ci: Skip pre-commit on branch builds
This commit is contained in:
parent
2eccdad19d
commit
d2a5b8b002
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
|
@ -55,6 +55,8 @@ jobs:
|
|||
linter:
|
||||
name: 'Frappe Linter'
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'pull_request'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue