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