Skip to content

Commit 9cfb2ab

Browse files
authored
Merge pull request #139 from rstudio/mbh-tags-really
Trigger main workflow better
2 parents b53379e + 08aabc2 commit 9cfb2ab

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
@@ -2,7 +2,7 @@ name: main
22
on:
33
push:
44
branches: [master]
5-
tags: [".*"]
5+
tags: ['*']
66
pull_request:
77
branches: [master]
88
jobs:

0 commit comments

Comments
 (0)