mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
Update Linty.yml
This commit is contained in:
parent
f6dc6936e2
commit
3c290eaab2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/Linty.yml
vendored
3
.github/workflows/Linty.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue