Skip to content

Commit

Permalink
fixed release workflow - run on push to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Sep 2, 2021
1 parent a8087d9 commit 73797f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches:
tags:
- "v*"
schedule:
- cron: '55 23 28 */1 *'
Expand Down

0 comments on commit 73797f4

Please sign in to comment.