Merge pull request #545 from nsacyber/v3_issue_536

[#536] Adds Action filters to the main branch
This commit is contained in:
iadgovuser26 2023-06-23 11:21:06 -04:00 committed by GitHub
commit e133b5040b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View File

@ -4,7 +4,10 @@ name: HIRS Build and Unit Test
on:
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:
jobs:

View File

@ -1,7 +1,10 @@
name: HIRS packages for centos
on:
push:
workflow_dispatch:
branches:
- '*v2*'
- 'master'
workflow_dispatch:
jobs:
# run the package script for HIRS ACA, Provisioners, tcg_rim_tool, and tcg_eventlog_tool

View File

@ -3,7 +3,10 @@
name: HIRS System Tests
on:
push:
workflow_dispatch:
branches:
- '*v2*'
- 'master'
workflow_dispatch:
env:
TEST_STATUS: 0
jobs: