Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit e6d6599

Browse files
committed
fix tags trigger for github actions
the old syntax worked for azure pipelines but not GHA Committed via https://github.com/asottile/all-repos
1 parent 6f5f4d5 commit e6d6599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: main
33
on:
44
push:
55
branches: [main, test-me-*]
6-
tags:
6+
tags: '*'
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)