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:53 -04:00
parent ca84e50020
commit f45f36e8ff
1 changed files with 1 additions and 1 deletions

View File

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