updated github workflow for linting

This commit is contained in:
AnsibleGuy 2023-07-14 18:23:00 +02:00
parent cd10a39709
commit 73bb54e919
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ name: AutoLint
on:
push:
branches: [main, stable]
branches: [main, stable, latest]
pull_request:
branches: [main, stable]
branches: [main, stable, latest]
jobs:
build: