Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solvaholic authored Feb 14, 2021
1 parent e5f114b commit b170f24
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ name: Lint Code Base
#

on:
# Run on every push, except to main
# (Configure branch protection to require this check)
push:
branches-ignore:
- 'main'
# Run on pull request open, reopen, and synchronize
pull_request:
branches: [main]

# Run when manually triggered
workflow_dispatch:
Expand Down

0 comments on commit b170f24

Please sign in to comment.