Skip to content

Commit 0cf650c

Browse files
committed
chore(release) add a commented-out PR trigger for the release workflow
Can easily be uncommented and pushed into a PR to easily test the release workflow.
1 parent a1962eb commit 0cf650c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Release
33
on:
44
schedule:
55
- cron: "0 6 * * mon" # 6am UTC, 11pm PST
6+
#pull_request:
7+
# branches: '**'
68
workflow_dispatch:
79
inputs:
810
release_name:

0 commit comments

Comments
 (0)