Skip to content

Commit

Permalink
Update Linty.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 5, 2024
1 parent f6dc693 commit 3c290ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Linty.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3c290ea

Please sign in to comment.