diff --git a/.github/workflows/autolint.yml b/.github/workflows/autolint.yml index 440870c..0bca716 100644 --- a/.github/workflows/autolint.yml +++ b/.github/workflows/autolint.yml @@ -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: