We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0722b0d commit 9a4041dCopy full SHA for 9a4041d
1 file changed
.github/workflows/test.yml
@@ -1,7 +1,10 @@
1
name: Tests
2
-on: [push, pull_request]
3
-env:
4
- CI: true
+on:
+ push:
+ branches-ignore:
5
+ - "translations"
6
+ - "dependabot/**"
7
+ pull_request:
8
9
jobs:
10
test:
0 commit comments