We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f71c5e commit 16947c1Copy full SHA for 16947c1
.github/workflows/deploy-web.yml
@@ -5,6 +5,10 @@ on:
5
branches: [ master ]
6
paths:
7
- web/**
8
+
9
+ release:
10
+ types: [released]
11
12
workflow_dispatch:
13
14
permissions:
0 commit comments