We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a76828 commit f6c0c65Copy full SHA for f6c0c65
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