Skip to content

Commit

Permalink
Changed lint actions to run on every branch, not just f24
Browse files Browse the repository at this point in the history
  • Loading branch information
philliparaujo committed Nov 14, 2024
1 parent f7a08b3 commit fd76ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/standardjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: StandardJS Lint
on:
pull_request:
branches:
- f24
- standard-js-tool
- '*'
push:
branches:
- f24
- standard-js-tool
- '*'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint and test
on:
pull_request:
branches:
- f24
- '*'
workflow_call: # Usually called from deploy

defaults:
Expand Down

0 comments on commit fd76ce1

Please sign in to comment.