Skip to content

Commit

Permalink
only keep workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yurushao committed Jun 12, 2024
1 parent fa6c40f commit 2caa79f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: Deploy api to GAE

on:
pull_request:
branches: ["main"]

workflow_dispatch:
inputs:
environment:
description: "Environment to deploy to"
required: true
default: "dev"
options:
- "dev"
- "prod"
type: choice
options: [dev, prod]

permissions:
contents: read
Expand Down

0 comments on commit 2caa79f

Please sign in to comment.