Skip to content

Commit 3f66e7f

Browse files
committed
Don't run tests on master since its part of publish
1 parent 54a93fd commit 3f66e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
push:
5-
branches: [main, wip]
5+
branches-ignore: [main]
66
pull_request:
77
workflow_dispatch:
88
workflow_call:

0 commit comments

Comments
 (0)