Skip to content

Commit

Permalink
Trigger unified build on rc and hotfix-rc branches (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski authored Dec 4, 2024
1 parent 94fdfa4 commit 470a126
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,9 @@ jobs:

self-host-build:
name: Trigger self-host build
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
if: |
github.event_name != 'pull_request_target'
&& (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
runs-on: ubuntu-22.04
needs:
- build-docker
Expand Down

0 comments on commit 470a126

Please sign in to comment.