Browse Source

ci: Skip pre-commit on branch builds

version-14
Gavin D'souza 2 years ago
parent
commit
d2a5b8b002
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/linters.yml

+ 2
- 0
.github/workflows/linters.yml View File

@@ -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…
Cancel
Save