commit | f45f36e8ff99048e8b52d465d7d991c529a1d7fb | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Thu Jun 01 19:12:53 2023 -0400 |
committer | Anthony Sottile <asottile@umich.edu> | Thu Jun 01 19:12:53 2023 -0400 |
tree | 7bcdd871121e09b6eca384f0a6f8d150182561c4 | |
parent | ca84e500209b3757213759d4d522f8ed307cd638 [diff] |
fix tags trigger for github actions the old syntax worked for azure pipelines but not GHA Committed via https://github.com/asottile/all-repos
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ffdb81..5f15eb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml
@@ -3,7 +3,7 @@ on: push: branches: [main, test-me-*] - tags: + tags: '*' pull_request: jobs: