Skip to content

Commit 6756fbc

Browse files
committed
Run CI on PR closed
1 parent 113fd79 commit 6756fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
5+
types: [opened, synchronize, reopened, closed]
66

77
jobs:
88
lint:
@@ -15,7 +15,7 @@ jobs:
1515
node-version: '10.x'
1616
- run: yarn install --frozen-lockfile
1717
- run: yarn lint
18-
18+
1919
test:
2020
name: Test
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)