fix(workflows): testing with hardcoded branch name
Some checks failed
On merge to development / build-and-deploy (push) Has been cancelled

This commit is contained in:
Fishandchips321 2026-02-20 19:16:05 +00:00
parent d70d1cb132
commit 17fdb9425b

View file

@ -5,10 +5,10 @@ on:
types:
- closed
branches:
- ${{ vars.BRANCH }}
- prod
push:
branches:
- ${{ vars.BRANCH }}
- prod
jobs:
build-and-deploy: