File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,22 @@ name: main
33on :
44 push :
55 branches : [ master ]
6+ paths :
7+ - csaps/**/*
8+ - docs/**/*
9+ - tests/**/*
10+ - poetry.lock
11+ - pyproject.toml
12+ - .github/workflows/main.yml
613 pull_request :
714 branches : [ master ]
15+ paths :
16+ - csaps/**/*
17+ - docs/**/*
18+ - tests/**/*
19+ - poetry.lock
20+ - pyproject.toml
21+ - .github/workflows/main.yml
822
923jobs :
1024 tests :
Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ name: Create Release
33on :
44 workflow_dispatch :
55 inputs :
6- release_notes :
7- description : ' Release notes'
8- type : string
9- required : false
10- default : ' '
116 upload_to_pypi :
127 description : ' Upload the release to PyPI'
138 type : boolean
@@ -108,7 +103,6 @@ jobs:
108103 name : ${{ TAG_NAME }}
109104 tag_name : ${{ TAG_NAME }}
110105 files : dist/*
111- body : inputs.release_notes
112106
113107 - name : Upload to PyPI
114108 if : ${{ inputs.upload_to_pypi }}
You can’t perform that action at this time.
0 commit comments