fix: Only run ci on PRs to master

releases/v3
Tycho Bokdam 2020-12-15 17:53:33 +01:00
parent 483b99b3f8
commit 9f0d3d7508
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: 'Test the action'
on: [ pull_request ]
on:
pull_request:
branches:
- master
jobs:
test-json: