Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4a2d52

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 8034430 commit f4a2d52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/languages.yaml

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

99
concurrency:

.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
concurrency:

0 commit comments

Comments
 (0)