ci: add condition to skip linting on release branches
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Has been skipped

This commit is contained in:
Jan K9f 2025-04-09 18:24:53 +02:00
parent 9b1a6a928e
commit 64260f301a
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -9,6 +9,8 @@ jobs:
name: Lint Pr Title
runs-on: ubuntu-latest
if: github.base_ref != 'release'
steps:
- name: Install go
uses: actions/setup-go@v5