fix(workflows): removed on push trigger (might be causing the workflow to run twice)
This commit is contained in:
parent
17fdb9425b
commit
45e6358a4c
2 changed files with 0 additions and 13 deletions
|
|
@ -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 }}
|
|
||||||
|
|
@ -6,9 +6,6 @@ on:
|
||||||
- closed
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- prod
|
- prod
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- prod
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue