Skip to content

Commit faff465

Browse files
committed
actions test
1 parent bf65796 commit faff465

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: run-tests
22

33
on:
4-
push:
5-
branches: [master]
4+
workflow_dispatch:
65
pull_request:
7-
branches: [master]
6+
branches: [main, dev]
7+
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)