Skip to content

Commit 7fb9197

Browse files
authored
ci: do not run deploy-pr on main (#9046)
1 parent 114ad46 commit 7fb9197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-deploy.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
name: Deploy PR
66
on:
77
push:
8+
branches-ignore:
9+
- main
810
workflow_dispatch:
911
inputs:
1012
pr_number:

0 commit comments

Comments
 (0)