Skip to content

Commit 0ad520d

Browse files
chore(ci): fix notify action; (#6172)
1 parent 3c0c11c commit 0ad520d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/notify.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,22 @@ on:
77
# - completed
88
#repository_dispatch:
99
# types: [ notify ]
10-
release:
11-
types: [ published ]
10+
#release:
11+
# types: [published]
12+
# branches:
13+
# - main
14+
# - 'v**'
15+
push:
16+
tags:
17+
- 'v[0-9]+.[0-9]+.[0-9]+'
1218
branches:
1319
- main
1420
- 'v**'
21+
1522
workflow_dispatch:
1623
inputs:
1724
tag:
18-
required: true
25+
required: false
1926
jobs:
2027
notify:
2128
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)