Skip to content

Commit

Permalink
Fix syntax error causing JS tests to not run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrayer committed Oct 4, 2023
1 parent 19bd23d commit 38e406d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Javascript-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Javascript Tests
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
pull_request:
branches: [main, dev]

concurrency:
group: ci-tests-${{ github.ref }}-1
Expand Down

0 comments on commit 38e406d

Please sign in to comment.