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 3c0c11c commit 0ad520dCopy full SHA for 0ad520d
1 file changed
.github/workflows/notify.yml
@@ -7,15 +7,22 @@ on:
7
# - completed
8
#repository_dispatch:
9
# types: [ notify ]
10
- release:
11
- types: [ published ]
+ #release:
+ # types: [published]
12
+ # branches:
13
+ # - main
14
+ # - 'v**'
15
+ push:
16
+ tags:
17
+ - 'v[0-9]+.[0-9]+.[0-9]+'
18
branches:
19
- main
20
- 'v**'
21
+
22
workflow_dispatch:
23
inputs:
24
tag:
- required: true
25
+ required: false
26
jobs:
27
notify:
28
runs-on: ubuntu-latest
0 commit comments