mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(ci): fix notify action; (#6172)
This commit is contained in:
@@ -7,15 +7,22 @@ on:
|
|||||||
# - completed
|
# - completed
|
||||||
#repository_dispatch:
|
#repository_dispatch:
|
||||||
# types: [ notify ]
|
# types: [ notify ]
|
||||||
release:
|
#release:
|
||||||
types: [ published ]
|
# types: [published]
|
||||||
|
# branches:
|
||||||
|
# - main
|
||||||
|
# - 'v**'
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- 'v**'
|
- 'v**'
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
required: true
|
required: false
|
||||||
jobs:
|
jobs:
|
||||||
notify:
|
notify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user