mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
fix tags trigger for github actions
the old syntax worked for azure pipelines but not GHA Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
8034430539
commit
f4a2d52bb4
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