Skip to content

Commit aeaf5ee

Browse files
committed
testinmg wf
1 parent faa83be commit aeaf5ee

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/api-deploy-personal.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
name: Deploy Personal Feeds API
1717

1818
on:
19+
# PR for testing
20+
pull_request:
21+
branches:
22+
- main
1923
workflow_dispatch:
2024
inputs:
2125
name_suffix:
@@ -25,7 +29,7 @@ on:
2529
Cloud Function: operations-api-personal-<suffix>
2630
Use your name or branch (e.g. "david", "feat-1723").
2731
required: true
28-
default: 'dev'
32+
default: 'developer'
2933
deploy_feeds_api:
3034
description: 'Deploy Feeds API (Cloud Run)'
3135
required: false

0 commit comments

Comments
 (0)