Added branch filters to several HIRS Github actions

This commit is contained in:
iadgovuser26 2023-06-15 11:19:21 -04:00 committed by iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
parent 96a2912d4d
commit 6e144d1999
3 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -1,6 +1,8 @@
name: HIRS packages for centos
on:
push:
- '*v2*'
- 'master'
workflow_dispatch:
jobs:

View File

@ -3,6 +3,8 @@
name: HIRS System Tests
on:
push:
- '*v2*'
- 'master'
workflow_dispatch:
env:
TEST_STATUS: 0