Skip to content

Commit

Permalink
Fixes #37250 - Ensure js tests are executed on default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Mar 20, 2024
1 parent 09517d6 commit 6ad1d56
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/js_tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: JavaScript Testing
on:
pull_request:
paths:
- 'webpack/**'
- 'package.json'
- '.github/workflows/js_tests.yml'
push:
branches:
- "master"

jobs:
test_js:
Expand Down

0 comments on commit 6ad1d56

Please sign in to comment.