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