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 773af8c commit a4ad628Copy full SHA for a4ad628
.github/workflows/build-and-deploy.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- master
7
8
+ repository_dispatch:
9
+ types:
10
+ - push-tag
11
+
12
jobs:
13
build-and-deploy:
14
runs-on: ubuntu-18.04
0 commit comments