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:
Anthony Sottile 2023-06-01 19:12:46 -04:00
parent 8034430539
commit f4a2d52bb4
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: main
on:
push:
branches: [main, test-me-*]
tags:
tags: '*'
pull_request:
concurrency: