Merge pull request #2901 from pre-commit/all-repos_autofix_all-repos-sed

fix tags trigger for github actions
This commit is contained in:
Anthony Sottile 2023-06-01 19:29:26 -04:00 committed by GitHub
commit c716de12f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: languages
on:
push:
branches: [main, test-me-*]
tags:
tags: '*'
pull_request:
concurrency:

View file

@ -3,7 +3,7 @@ name: main
on:
push:
branches: [main, test-me-*]
tags:
tags: '*'
pull_request:
concurrency: