Skip to content

Commit 5a9023a

Browse files
committed
Fix workflow
1 parent a685e15 commit 5a9023a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: ci
22

33
on:
4-
branches:
5-
- main
4+
push:
5+
branches:
6+
- main
67
pull_request:
78

89
jobs:

0 commit comments

Comments
 (0)