Skip to content

Commit

Permalink
[F] Fix workflow dispatch option
Browse files Browse the repository at this point in the history
  • Loading branch information
sauricat committed Sep 17, 2024
1 parent 8b1e7e3 commit 35d45a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- opened
- reopened
- synchronize
workflow_dispatch:

jobs:
deploy-preview:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main # Set a branch to deploy
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 35d45a7

Please sign in to comment.