Skip to content

Commit 5403fbf

Browse files
committed
trigger on pr
1 parent 1925a78 commit 5403fbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gcp_personas.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Personas to Cloud RUN
22

33
on:
44
push:
5-
branches: [ "main", "development", "persona-action" ]
5+
branches: [ "main", "development" ]
66
paths:
77
- 'personas-open-source/**'
88
workflow_dispatch:
@@ -11,6 +11,9 @@ on:
1111
description: 'Branch to deploy from'
1212
required: true
1313
default: 'main'
14+
pull_request:
15+
branches:
16+
- main
1417

1518

1619
env:

0 commit comments

Comments
 (0)