dev releases

This commit is contained in:
Andras Bacsai
2023-06-23 11:35:29 +02:00
parent f6d27d3ba7
commit 1f445965e7
2 changed files with 39 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Production Build (v4)
on:
push:
branches: ["main", "v4", "next"]
branches: ["main"]
env:
REGISTRY: ghcr.io
@@ -34,4 +34,4 @@ jobs:
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }}