Skip to content

Commit

Permalink
chore: run test for every PR and enable workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tam315 committed Apr 14, 2023
1 parent a8d9018 commit 6c4d243
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: MyActions
name: Run Tests

on: [push]
on:
pull_request:
branches:
- 'master'
workflow_dispatch:

jobs:
unit-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -35,7 +38,6 @@ jobs:
visual-regression-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 6c4d243

Please sign in to comment.