mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Merge pull request #2901 from pre-commit/all-repos_autofix_all-repos-sed
fix tags trigger for github actions
This commit is contained in:
commit
c716de12f7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/languages.yaml
vendored
2
.github/workflows/languages.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: languages
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, test-me-*]
|
branches: [main, test-me-*]
|
||||||
tags:
|
tags: '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -3,7 +3,7 @@ name: main
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, test-me-*]
|
branches: [main, test-me-*]
|
||||||
tags:
|
tags: '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue