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 13, 2024
1 parent 4a283bd commit 5290b42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/js_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- 'webpack/**'
- 'package.json'
- '.github/workflows/js_tests.yml'
push:
branches:
- "master"

jobs:
test_js:
Expand Down

0 comments on commit 5290b42

Please sign in to comment.