We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf654a commit b776ec1Copy full SHA for b776ec1
.github/workflows/test-ff-matrix.yml
@@ -2,6 +2,11 @@
2
name: Feature-Format Tests
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches: [main]
7
+ paths-ignore:
8
+ - "news/**"
9
+ - "src/resources/language/**"
10
pull_request:
11
branches: [main]
12
paths-ignore:
0 commit comments