Skip to content

Commit 6900da7

Browse files
committed
Run templates CI workflow on relevant branches
1 parent 1709262 commit 6900da7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- 'templates/**'
57
paths-ignore:
68
- '*.md'
79
- '*.txt'
810
- '.git*'
911
pull_request:
12+
branches:
13+
- 'templates/**'
1014
paths-ignore:
1115
- '*.md'
1216
- '*.txt'

0 commit comments

Comments
 (0)