Skip to content

Commit 28dece9

Browse files
author
Tyler Titsworth
authored
Update test-runner-ci.yaml
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 4e852bf commit 28dece9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-runner-ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ on:
1717
pull_request:
1818
paths:
1919
- 'test-runner/**'
20-
push: null
20+
push:
21+
branches:
22+
- main
2123
permissions: read-all
2224
concurrency:
2325
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)