Set run to only run on master
This commit is contained in:
parent
354c45a260
commit
12ae79ecd8
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu
|
||||
|
|
Loading…
Reference in a new issue