updated github workflow for linting
This commit is contained in:
parent
cd10a39709
commit
73bb54e919
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue