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 <me@gilbertsanchez.com>
1 parent 03f22ec commit 791a9f6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.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)