Skip to content

Commit 3cbce5b

Browse files
committed
Run CI on merge to master 🤞
1 parent 6756fbc commit 3cbce5b

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
@@ -2,7 +2,10 @@ name: CI
22

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

710
jobs:
811
lint:

0 commit comments

Comments
 (0)