Skip to content

Commit 55bd58b

Browse files
committed
Opt-in on pull requests to run on the current PR
1 parent 8b63f61 commit 55bd58b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ on:
1717
## paths-ignore:
1818
## - "news/**"
1919
## - "src/resources/language/**"
20-
## pull_request:
21-
## branches: [main]
22-
## paths-ignore:
23-
## - "src/resources/language/**"
20+
pull_request:
21+
branches: [main]
22+
paths-ignore:
23+
- "src/resources/language/**"
2424

2525
concurrency:
2626
# Use github.run_id on main branch

0 commit comments

Comments
 (0)