Skip to content

Commit

Permalink
Run cffconvert.yml on pull requests and specify branches
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Feb 10, 2022
1 parent abd7f50 commit 9ed8ab6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: cffconvert

on:
push:
branches:
- 'master'
- 'release-*'
paths:
- CITATION.cff
pull_request:
branches:
- 'master'
- 'release-*'
paths:
- CITATION.cff

Expand Down

0 comments on commit 9ed8ab6

Please sign in to comment.