Skip to content

Commit 1b417af

Browse files
Deduplicate workflow runs
1 parent 60b4488 commit 1b417af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cff-validator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Validate CITATION.cff
22

33
on:
44
push:
5+
branches: ["main", "dev"]
56
paths:
67
- 'CITATION.cff'
78
- '.github/workflows/cff-validator.yml'
89
pull_request:
10+
branches: ["main", "dev"]
911
paths:
1012
- 'CITATION.cff'
1113
- '.github/workflows/cff-validator.yml'

0 commit comments

Comments
 (0)