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

@ -1,10 +0,0 @@
name: Var Check
run-name: ${{ gitea.actor }} checked the value of the variables
on: workflow_dispatch
jobs:
echo-vars:
runs-on: ubuntu-latest
steps:
- name: Echo branch var
run: echo ${{ vars.BRANCH }}

View file

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