This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
sysaudit
mirror of
https://github.com/brettlangdon/sysaudit.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
change release trigger to push of new tag
pull/3/head
Brett Langdon
5 years ago
parent
06a696648f
commit
63235dbcaf
Signed by:
brettlangdon
GPG Key ID:
A70042D88B95AA2B
1 changed files
with
2 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-6
.github/workflows/build.yml
+ 2
- 6
.github/workflows/build.yml
View File
@ -1,10 +1,6 @@
name
:
Build
on
:
pull_request:
release:
types:
-
published
on
:
[
push, pull_request]
jobs:
build_wheels:
@ -44,7 +40,7 @@ jobs:
upload_pypi:
needs
:
[
build_wheels, build_sdist]
runs-on
:
ubuntu-latest
if
:
github.event_name ==
'release' && github.event.action == 'published'
if
:
github.event_name ==
"push" && startsWith(github.ref, "refs/tags")
steps:
-
uses
:
actions/download-artifact@v2
with:
Write
Preview
Loading…
Cancel
Save