ci: Run for master branch, not master_jammy
This commit is contained in:
parent
de264e250f
commit
f0eeefb6fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -2,10 +2,10 @@ name: "Build"
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master_jammy
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master_jammy
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue