Update Linty.yml

This commit is contained in:
stnolting 2024-10-05 15:49:27 +02:00
parent f6dc6936e2
commit 3c290eaab2

View file

@ -1,10 +1,11 @@
name: Linty
on:
pull_request:
push:
workflow_dispatch:
jobs:
linty:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
name: Linty
timeout-minutes: 10
runs-on: ubuntu-latest