Skip to content

Commit ce91477

Browse files
committed
update test workflow
1 parent 9eba096 commit ce91477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Tests
66
on:
77
# Triggers the workflow on push or pull request events but only for the dev branch
88
pull_request:
9-
branches: [ dev ]
9+
branches: [dev, main]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
@@ -17,14 +17,14 @@ jobs:
1717
build:
1818
# The type of runner that the job will run on
1919
runs-on: ubuntu-latest
20-
20+
2121
strategy:
2222
matrix:
2323
node-version: [16.x]
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
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
2828
- uses: actions/checkout@v2
2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)