mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-01 04:36:09 +00:00
Added branch filters to several HIRS Github actions
This commit is contained in:
parent
96a2912d4d
commit
6e144d1999
2
.github/workflows/hirs_unit_tests.yml
vendored
2
.github/workflows/hirs_unit_tests.yml
vendored
@ -4,6 +4,8 @@ name: HIRS Build and Unit Test
|
||||
|
||||
on:
|
||||
push:
|
||||
- '*v2*'
|
||||
- 'master'
|
||||
# allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
2
.github/workflows/package_centos.yml
vendored
2
.github/workflows/package_centos.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: HIRS packages for centos
|
||||
on:
|
||||
push:
|
||||
- '*v2*'
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/system_test.yml
vendored
2
.github/workflows/system_test.yml
vendored
@ -3,6 +3,8 @@
|
||||
name: HIRS System Tests
|
||||
on:
|
||||
push:
|
||||
- '*v2*'
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
env:
|
||||
TEST_STATUS: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user