File tree 2 files changed +26
-8
lines changed
2 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 2
2
name : Release
3
3
4
4
on :
5
+ pull_request :
6
+ paths-ignore :
7
+ - " **.md"
8
+ - " .github/workflows/*"
9
+ - " !.github/workflows/publish.yml"
5
10
push :
11
+ paths-ignore :
12
+ - " **.md"
13
+ - " .github/workflows/*"
14
+ - " !.github/workflows/publish.yml"
6
15
branches-ignore :
7
- # don't double-build dependabot PRs
8
- - dependabot/**
9
- tags : ["**"]
10
- pull_request :
16
+ - " dependabot/** "
17
+ - " pre-commit-ci-update-config "
18
+ tags :
19
+ - " ** "
11
20
workflow_dispatch :
12
21
13
22
jobs :
Original file line number Diff line number Diff line change 8
8
name : Test
9
9
10
10
on :
11
+ pull_request :
12
+ paths-ignore :
13
+ - " **.md"
14
+ - " .github/workflows/*"
15
+ - " !.github/workflows/publish.yml"
11
16
push :
17
+ paths-ignore :
18
+ - " **.md"
19
+ - " .github/workflows/*"
20
+ - " !.github/workflows/publish.yml"
12
21
branches-ignore :
13
- # don't double-build dependabot PRs
14
- - dependabot/**
15
- tags : ["**"]
16
- pull_request :
22
+ - " dependabot/** "
23
+ - " pre-commit-ci-update-config "
24
+ tags :
25
+ - " ** "
17
26
workflow_dispatch :
18
27
19
28
jobs :
You can’t perform that action at this time.
0 commit comments