We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcf051 commit 15fe479Copy full SHA for 15fe479
1 file changed
.github/workflows/package.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
tags:
6
- '**'
7
+ branches:
8
+ - master
9
+ - release/*
10
workflow_dispatch:
11
12
permissions:
0 commit comments