Skip to content

Commit f4a420b

Browse files
authored
Merge pull request #92 from pre-commit-ci/all-repos_autofix_all-repos-sed
fix tags trigger for github actions
2 parents a4cb06e + bcdf464 commit f4a420b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
jobs:

0 commit comments

Comments
 (0)