Skip to content

Commit 08aabc2

Browse files
committed
Try a different tag glob matcher
1 parent 8c81efa commit 08aabc2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: main
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [master]
5+
tags: ['*']
6+
pull_request:
7+
branches: [master]
38
jobs:
49
test:
510
strategy:

0 commit comments

Comments
 (0)