We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edf8497 + f6c0c65 commit d51cbc9Copy full SHA for d51cbc9
1 file changed
.github/workflows/tests.yml
@@ -1,6 +1,11 @@
1
name: Tests
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches-ignore:
6
+ - 'dependabot/**'
7
+ - 'pre-commit-ci-update-config'
8
+ pull_request:
9
10
jobs:
11
run_test_site:
0 commit comments