Build package only on direct-push to master branch
This commit is contained in:
parent
c5031315bf
commit
19a015dee1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||||
run: |
|
run: |
|
||||||
meson setup dist
|
meson setup dist
|
||||||
ninja -C dist package
|
ninja -C dist package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue