Skip to content

Commit 302f616

Browse files
committed
Revert "Update CI to add manual trigger"
This reverts commit 7b73506.
1 parent 5eb027f commit 302f616

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/deploy.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7-
workflow_dispatch:
8-
inputs:
9-
branch:
10-
description: 'Branch to deploy'
11-
required: true
12-
default: 'main'
13-
type: string
7+
148
jobs:
159
build-and-deploy:
1610
runs-on: macos-15
@@ -27,5 +21,5 @@ jobs:
2721
with:
2822
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2923
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
30-
command: pages deploy ./dist --branch ${{ inputs.branch || 'main' }} --project-name=${{ secrets.CLOUDFLARE_PAGES_PROJECT_NAME }}
24+
command: pages deploy ./dist --branch main --project-name=${{ secrets.CLOUDFLARE_PAGES_PROJECT_NAME }}
3125
directory: './dist'

0 commit comments

Comments
 (0)