Skip to content

Commit d51cbc9

Browse files
authored
Merge pull request #299 from ericpre/tweak_trigger_workflow
Ignore dependabot and pre-commit-ci branch to trigger workflow run
2 parents edf8497 + f6c0c65 commit d51cbc9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'dependabot/**'
7+
- 'pre-commit-ci-update-config'
8+
pull_request:
49

510
jobs:
611
run_test_site:

0 commit comments

Comments
 (0)