File tree 4 files changed +32
-54
lines changed
4 files changed +32
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : Build and upload to PyPi
2
2
3
- on : [push, pull_request]
4
-
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ - ' branch-**'
8
+ pull_request :
9
+ paths-ignore :
10
+ - docs/*
11
+ - examples/*
12
+ - scripts/*
13
+ - .gitignore
14
+ - ' *.rst'
15
+ - ' *.ini'
16
+ - LICENSE
17
+ - .github/dependabot.yml
18
+ - .github/pull_request_template.md
19
+ workflow_dispatch :
5
20
6
21
env :
7
22
CIBW_TEST_COMMAND_LINUX : >
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches :
8
8
- master
9
+ - ' branch-**'
9
10
paths :
10
11
- " docs/**"
12
+ workflow_dispatch :
11
13
12
14
jobs :
13
15
build :
Original file line number Diff line number Diff line change 1
1
name : Integration tests
2
2
3
3
on :
4
- pull_request :
5
- branches :
6
- - master
7
4
push :
8
5
branches :
9
6
- master
7
+ - ' branch-**'
8
+ pull_request :
9
+ paths-ignore :
10
+ - docs/*
11
+ - examples/*
12
+ - scripts/*
13
+ - .gitignore
14
+ - ' *.rst'
15
+ - ' *.ini'
16
+ - LICENSE
17
+ - .github/dependabot.yml
18
+ - .github/pull_request_template.md
19
+ workflow_dispatch :
10
20
11
21
jobs :
12
22
tests :
You can’t perform that action at this time.
0 commit comments