We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7191ae commit 30ca010Copy full SHA for 30ca010
.github/workflows/build-release.yaml
@@ -2,8 +2,8 @@ run-name: "Build and Release Web version ${{ github.ref_name }}"
2
3
on:
4
push:
5
- tags:
6
- - v[0-9]+.[0-9]+.[0-9]+
+ branches:
+ - web
7
workflow_dispatch:
8
9
jobs:
0 commit comments