We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3191c commit a32152fCopy full SHA for a32152f
.github/workflows/publish.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- 'v*.*.*'
7
+ pull_request:
8
+ branches: [master, release/*]
9
10
jobs:
11
build:
0 commit comments