Skip to content

Commit

Permalink
Run GHA on release branches
Browse files Browse the repository at this point in the history
We cannot use merge queue on release branches (because we use `*`
pattern), and thus we should enable GHA on push events.
  • Loading branch information
coot committed Dec 19, 2023
1 parent ce44765 commit 281942a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ concurrency:
on:
pull_request:
merge_group:
push:
branches:
- "release/*"

jobs:
build:
Expand Down

0 comments on commit 281942a

Please sign in to comment.