fix: Only run ci on PRs to master
parent
483b99b3f8
commit
9f0d3d7508
|
@ -1,5 +1,8 @@
|
||||||
name: 'Test the action'
|
name: 'Test the action'
|
||||||
on: [ pull_request ]
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-json:
|
test-json:
|
||||||
|
|
Loading…
Reference in New Issue