Skip to content

Commit c716de1

Browse files
authored
Merge pull request #2901 from pre-commit/all-repos_autofix_all-repos-sed
fix tags trigger for github actions
2 parents 8034430 + f4a2d52 commit c716de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/languages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: languages
33
on:
44
push:
55
branches: [main, test-me-*]
6-
tags:
6+
tags: '*'
77
pull_request:
88

99
concurrency:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: main
33
on:
44
push:
55
branches: [main, test-me-*]
6-
tags:
6+
tags: '*'
77
pull_request:
88

99
concurrency:

0 commit comments

Comments
 (0)