mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-25 07:31:11 +00:00
Merge pull request #537 from nsacyber/v2_issue_536
[#536] Create filter for Github actions to trigger
This commit is contained in:
commit
dc31a0db50
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…
Reference in New Issue
Block a user