Trigger build only on master branch.
This commit is contained in:
parent
47c437dedf
commit
c5031315bf
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: YaPB
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue