Skip to content

Commit

Permalink
GH Actions: don't run CS checks on main
Browse files Browse the repository at this point in the history
... as the can't be fixed on `main` anyway. This would need a PR to `develop`.

(consistency with other workflows for the Yoast repos)
  • Loading branch information
jrfnl committed Nov 3, 2023
1 parent f84b4aa commit a2d612a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
paths-ignore:
- '**.md'
branches-ignore:
- 'main'
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down

0 comments on commit a2d612a

Please sign in to comment.