Skip to content

Commit 424da8f

Browse files
committed
also run PR+master actions for tags
1 parent 971c93e commit 424da8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-master.yml renamed to .github/workflows/pr-master-tag.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- '**'
79
pull_request:
10+
workflow_dispatch:
811

912
# v*.*.*
1013

0 commit comments

Comments
 (0)