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 1dff1ae commit 82eec8eCopy full SHA for 82eec8e
.github/workflows/build.yml
@@ -3,11 +3,11 @@ name: CD
3
# Controls when the action will run. Triggers the workflow on push
4
# events but only for the master branch
5
on:
6
- # create:
7
- # tags:
8
- # - v*
9
- push:
10
- branches: [ master ]
+ create:
+ tags:
+ - v*
+ # push:
+ # branches: [ master ]
11
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
jobs:
0 commit comments