Skip to content

Commit

Permalink
updated release tagging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Sep 3, 2021
1 parent 6e58842 commit 71cc1d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Release
on:
push:
types: [published, created, edited]
tags:
- "v*"
schedule:
- cron: '55 23 28 */1 *'
workflow_run:
workflows:
- Tagging
types:
- completed
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 71cc1d1

Please sign in to comment.