Skip to content

Commit c41253a

Browse files
committed
Run cffconvert.yml on pull requests and specify branches
1 parent e9285d0 commit c41253a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/cffconvert.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: cffconvert
22

33
on:
44
push:
5+
branches:
6+
- 'master'
7+
- 'release-*'
8+
paths:
9+
- CITATION.cff
10+
pull_request:
11+
branches:
12+
- 'master'
13+
- 'release-*'
514
paths:
615
- CITATION.cff
716

0 commit comments

Comments
 (0)