Merge pull request #83 from TriPSs/feature/pre-changelog-generation

fix: Only run ci on PRs to master
releases/v3
Tycho Bokdam 2020-12-15 17:55:36 +01:00 committed by GitHub
commit 476d28f1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: