Skip to content

Commit

Permalink
chore(workflows): Enable manual workflow in pre-release mode (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Mar 24, 2023
1 parent 3afdc4b commit fa0d2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/staging-release.yml
@@ -1,7 +1,8 @@
name: Staging Release and Publish

on:
push:
# TODO: Enabling manual workflow triggering while in pre-release mode. Remove when 1.8 is released
workflow_dispatch:
branches:
- develop
paths-ignore:
Expand Down

1 comment on commit fa0d2e3

@vercel
Copy link

@vercel vercel bot commented on fa0d2e3 Mar 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.