Skip to content

Commit 5fbfa0e

Browse files
committed
fix: Correct trigger types.
1 parent 87774e5 commit 5fbfa0e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

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

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, reopened]
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)