Skip to content

Commit

Permalink
lint when pushed on main or develop (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn authored Sep 22, 2023
1 parent 075261d commit 441cb24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Lint and verify
on:
pull_request:
workflow_dispatch:

push:
branches:
- 'main'
- 'develop'
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 441cb24

Please sign in to comment.