Skip to content

Commit b83277e

Browse files
authored
fix: the merge event (#16)
1 parent bc642b7 commit b83277e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, closed]
6+
push:
7+
branches:
8+
- main
69

710
jobs:
811
Build:

0 commit comments

Comments
 (0)