File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Tests
6
6
on :
7
7
# Triggers the workflow on push or pull request events but only for the dev branch
8
8
pull_request :
9
- branches : [ dev ]
9
+ branches : [dev, main ]
10
10
11
11
# Allows you to run this workflow manually from the Actions tab
12
12
workflow_dispatch :
@@ -17,14 +17,14 @@ jobs:
17
17
build :
18
18
# The type of runner that the job will run on
19
19
runs-on : ubuntu-latest
20
-
20
+
21
21
strategy :
22
22
matrix :
23
23
node-version : [16.x]
24
24
25
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
26
steps :
27
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
28
- uses : actions/checkout@v2
29
29
- name : Use Node.js ${{ matrix.node-version }}
30
30
uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments