Skip to content

Commit 791a9f6

Browse files
Update Test Worklow (#79)
We want to run test on PR and allow workflow dispatch. Signed-off-by: Gilbert Sanchez <[email protected]>
1 parent 03f22ec commit 791a9f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Test
2-
on: [push]
2+
on:
3+
push:
4+
branches: [ $default-branch ]
5+
pull_request:
6+
workflow_dispatch:
37
jobs:
48
test:
59
name: Test

0 commit comments

Comments
 (0)