Skip to content

Commit

Permalink
chore(ci): fix notify action; (#6172)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS authored Jan 3, 2024
1 parent 3c0c11c commit 0ad520d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ad520d

Please sign in to comment.