fix(workflows): removed on push trigger (might be causing the workflow to run twice)

This commit is contained in:
Fishandchips321 2026-02-20 19:19:35 +00:00
parent 17fdb9425b
commit 45e6358a4c
2 changed files with 0 additions and 13 deletions

View file

@ -6,9 +6,6 @@ on:
- closed
branches:
- prod
push:
branches:
- prod
jobs:
build-and-deploy: