Skip to content

Commit b776ec1

Browse files
committed
gha - Also trigger ff-matrix on push to main
1 parent 6bf654a commit b776ec1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name: Feature-Format Tests
33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
paths-ignore:
8+
- "news/**"
9+
- "src/resources/language/**"
510
pull_request:
611
branches: [main]
712
paths-ignore:

0 commit comments

Comments
 (0)