Skip to content

Commit

Permalink
chore: test push action
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Nov 15, 2023
1 parent dc82213 commit 64faa67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/createReleaseBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
repository_dispatch:
types: create_release_branch
schedule:
- cron: '0 13 * * 1'
- cron: '0 13 * * 1'
workflow_dispatch:
inputs:
releaseType:
Expand All @@ -17,6 +17,9 @@ on:
- major
- patch
- beta
push:
branches:
- mz/changelog-autogeneration

jobs:
create_branch:
Expand Down

0 comments on commit 64faa67

Please sign in to comment.