Update YAML so only push events trigger on the master branch
This commit is contained in:
parent
cb22e2637a
commit
0aad9dab0a
|
@ -1,6 +1,8 @@
|
|||
name: Test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in New Issue