Skip to content

Commit

Permalink
Merge branch 'develop' into cristi/e2e-slack-notif
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Oct 23, 2023
2 parents c4e30c0 + 9f52b21 commit e2175ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/createReleaseBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Create Release Branch
on:
repository_dispatch:
types: create_release_branch
# schedule:
# - cron: '0 13 * * 1'
schedule:
- cron: '0 13 * * 1'
workflow_dispatch:
inputs:
releaseType:
description: 'Select the release type (default is minor)'
required: true
default: 'patch'
default: 'minor'
type: choice
options:
- minor
Expand Down

0 comments on commit e2175ce

Please sign in to comment.