Skip to content

Commit 65a20d4

Browse files
committed
fix(actions): use correct pr types
1 parent 9422521 commit 65a20d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Main
2+
3+
24
on:
35
push:
46
branches: ['main']
5-
pull_request: [opened, synchronize]
7+
pull_request:
8+
types: [opened, synchronize]
69

710
jobs:
811
lint:

0 commit comments

Comments
 (0)