Adds Action filters to the main branch

This commit is contained in:
iadgovuser26 2023-06-23 10:52:49 -04:00 committed by iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
parent 2d5836b8b6
commit f481cc07d4
3 changed files with 12 additions and 3 deletions

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

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