Skip to content

Commit

Permalink
GitHub workflows: run on PRs against "queue", too
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Wilck <[email protected]>
  • Loading branch information
mwilck committed Feb 12, 2024
1 parent 44f3779 commit 14e9a5b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- master
- queue
jobs:
jammy:
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/foreign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
pull_request:
branches:
- master
- queue
paths:
- '**.h'
- '**.c'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/multiarch-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
pull_request:
branches:
- master
- queue
paths:
- '**.h'
- '**.c'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
pull_request:
branches:
- master
- queue
paths:
- '**.h'
- '**.c'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
pull_request:
branches:
- master
- queue
paths:
- '**.h'
- '**.c'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
pull_request:
branches:
- master
- queue
paths:
- '**.h'
- '**.c'
Expand Down

0 comments on commit 14e9a5b

Please sign in to comment.