Skip to content

Commit

Permalink
Merge pull request #2901 from pre-commit/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
fix tags trigger for github actions
  • Loading branch information
asottile committed Jun 1, 2023
2 parents 8034430 + f4a2d52 commit c716de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: languages
on:
push:
branches: [main, test-me-*]
tags:
tags: '*'
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: main
on:
push:
branches: [main, test-me-*]
tags:
tags: '*'
pull_request:

concurrency:
Expand Down

0 comments on commit c716de1

Please sign in to comment.