mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-06 11:10:15 +00:00
Adds Action filters to the main branch
This commit is contained in:
parent
2d5836b8b6
commit
f481cc07d4
3
.github/workflows/hirs_unit_tests.yml
vendored
3
.github/workflows/hirs_unit_tests.yml
vendored
@ -4,6 +4,9 @@ name: HIRS Build and Unit Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*v2*'
|
||||
- 'master'
|
||||
# allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
3
.github/workflows/package_centos.yml
vendored
3
.github/workflows/package_centos.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: HIRS packages for centos
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*v2*'
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
3
.github/workflows/system_test.yml
vendored
3
.github/workflows/system_test.yml
vendored
@ -3,6 +3,9 @@
|
||||
name: HIRS System Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*v2*'
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
env:
|
||||
TEST_STATUS: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user