mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-12 16:02:40 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '*v2*'
|
||||||
|
- 'master'
|
||||||
# allows you to run this workflow manually from the Actions tab
|
# allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
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
|
name: HIRS packages for centos
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '*v2*'
|
||||||
|
- 'master'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
3
.github/workflows/system_test.yml
vendored
3
.github/workflows/system_test.yml
vendored
@ -3,6 +3,9 @@
|
|||||||
name: HIRS System Tests
|
name: HIRS System Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '*v2*'
|
||||||
|
- 'master'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
TEST_STATUS: 0
|
TEST_STATUS: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user