Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Aug 24, 2023
1 parent aade821 commit 0e3ac31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# Run every Thursday right before midnight
- cron: '59 23 * * 4'
workflow_dispatch:
pull_request:
jobs:
create_patch_release:
name: Create release
Expand All @@ -25,4 +26,4 @@ jobs:
odd_release: 'true'
release-command: bash .github/scripts/prepare_release.sh
release-branch: master
default-branch: develop
default-branch: ci-patch-thursday

0 comments on commit 0e3ac31

Please sign in to comment.