mirror of
https://github.com/ghndrx/k8s-game-2048.git
synced 2026-02-10 06:45:07 +00:00
fix: Add develop branch trigger to deploy-dev workflow
- Deploy to Development now triggers on develop branch pushes - This enables the auto-promotion pipeline to work correctly - Also fixed webhook ingress to use nginx class
This commit is contained in:
2
.github/workflows/deploy-dev.yml
vendored
2
.github/workflows/deploy-dev.yml
vendored
@@ -2,7 +2,7 @@ name: Deploy to Development
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches: [ main, master, develop ]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'Dockerfile'
|
||||
|
||||
Reference in New Issue
Block a user