Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
fix tags trigger for github actions
Browse files Browse the repository at this point in the history
the old syntax worked for azure pipelines but not GHA

Committed via https://github.com/asottile/all-repos
  • Loading branch information
asottile committed Jun 1, 2023
1 parent dccbd3c commit 7b0e7d4
Showing 1 changed file with 1 addition and 1 deletion.
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:

jobs:
Expand Down

0 comments on commit 7b0e7d4

Please sign in to comment.