Skip to content

Commit cd078ef

Browse files
authored
Do not run tests twice for dependabot and pre-commit PRs
1 parent a07f2c9 commit cd078ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Tests
22

3-
on:
43
push:
5-
branches:
6-
- '**'
4+
branches-ignore:
5+
- dependabot/**
6+
- pre-commit-ci-update-config
77
pull_request:
88
branches:
99
- master
10+
workflow_dispatch:
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)