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
Update triggers for GitHub actions
pull/3/head
Brett Langdon
5 years ago
parent
58f152fb4d
commit
f95bdfd333
Signed by:
brettlangdon
GPG Key ID:
A70042D88B95AA2B
2 changed files
with
14 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
.github/workflows/build.yml
+7
-1
.github/workflows/test.yml
+ 7
- 1
.github/workflows/build.yml
View File
@ -1,6 +1,12 @@
name
:
Build
on
:
[
push, pull_request]
on
:
pull_request:
push:
branches:
-
"main"
tags:
-
"v*"
jobs:
build_wheels:
+ 7
- 1
.github/workflows/test.yml
View File
@ -1,6 +1,12 @@
name
:
Test
on
:
[
push, pull_request]
on
:
pull_request:
push:
branches:
-
"main"
tags:
-
"v*"
jobs:
black:
Write
Preview
Loading…
Cancel
Save