GH: Trigger tests only on push/pr to master branch
This commit is contained in:
parent
dc3312cc2e
commit
c7d7c0fcff
|
@ -3,7 +3,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches: [ master, github-workflows ]
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- "LICENSE"
|
||||
|
|
Loading…
Reference in New Issue