We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec64a1 commit 40803e6Copy full SHA for 40803e6
1 file changed
.github/workflows/main_zcoder.yaml
@@ -2,9 +2,9 @@ name: CI/CD Docker + Render
2
3
on:
4
push:
5
- branches: [ main ] # Trigger on direct push to main
+ branches: [ deployrepo ] # Trigger on direct push to main
6
pull_request:
7
- branches: [ main ] # Trigger on PR targeting main
+ branches: [ deployrepo ] # Trigger on PR targeting main
8
9
jobs:
10
build:
0 commit comments