Skip to content

Commit c109a78

Browse files
committed
ci: don't run test workflow on main
1 parent 2ecfd9f commit c109a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches-ignore: [ main ]
66
pull_request:
77
branches: [ main ]
8+
workflow_dispatch:
89

910
jobs:
1011
test:

0 commit comments

Comments
 (0)