Skip to content

Commit

Permalink
Update create_realease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxM1211 committed Nov 21, 2023
1 parent d0a0f26 commit 237abb8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/create_realease.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
branches:
- "main"

schedule:
- cron: "0,15,30,45 * * * *"
# schedule:
# - cron: "0,15,30,45 * * * *"

name: Create Release

Expand Down

0 comments on commit 237abb8

Please sign in to comment.