Skip to content

Commit

Permalink
Merge pull request #193 from adambkaplan/ship-0038-release-ci
Browse files Browse the repository at this point in the history
SHIP-0038: Run CI on Release Branches
  • Loading branch information
openshift-merge-bot[bot] authored Mar 18, 2024
2 parents a6a4526 + b55517b commit d210cb0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: ci/github

on:
pull_request:
branches: [ main ]
branches:
- main
- "release-v*" # release branches
push:
branches: [ main ]
branches:
- main
- "release-v*" # release branches

permissions:
contents: read
Expand Down

0 comments on commit d210cb0

Please sign in to comment.