Skip to content

Commit 5e870a2

Browse files
committed
Update test workflow to only target certain refs
Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent 0158385 commit 5e870a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test
22
on:
33
pull_request:
44
push:
5+
branches: master
6+
tags: v1*
57
schedule:
68
- cron: '0 0 * * 0'
79
workflow_dispatch:

0 commit comments

Comments
 (0)