Skip to content

Commit e510623

Browse files
committed
build: run tests on label
1 parent eceaedf commit e510623

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- master
55
pull_request:
6+
types: [ assigned, opened, synchronize, reopened, labeled ]
67
name: ci
78
jobs:
89
test:
@@ -11,7 +12,7 @@ jobs:
1112
matrix:
1213
node: [10, 12, 14]
1314
os: [ubuntu-latest, windows-latest]
14-
env:
15+
env:
1516
OS: ${{ matrix.os }}
1617
NODE_VERSION: ${{ matrix.node }}
1718
steps:
@@ -29,4 +30,4 @@ jobs:
2930
- name: Codecov
3031
uses: codecov/codecov-action@v2
3132
with:
32-
env_vars: OS, NODE_VERSION
33+
env_vars: OS, NODE_VERSION

0 commit comments

Comments
 (0)