Merge pull request #537 from nsacyber/v2_issue_536

[#536] Create filter for Github actions to trigger
This commit is contained in:
iadgovuser26 2023-06-16 12:48:56 -04:00 committed by GitHub
commit dc31a0db50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

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