Skip to content

Commit

Permalink
chore(gha): enable trigger for merge release to master (#10144)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
  • Loading branch information
jakubdyszkiewicz authored Apr 30, 2024
1 parent f0c535b commit 4e5a774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-release-to-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
on:
# schedule:
# - cron: 0 7 * * *
push:
branches: ["release-*"]
workflow_dispatch: {}
permissions:
contents: read
Expand Down

0 comments on commit 4e5a774

Please sign in to comment.