From 07fcc1fd45ae50947913fff04899ee125a6cb394 Mon Sep 17 00:00:00 2001 From: Are Husby Date: Fri, 22 Nov 2024 10:37:37 +0100 Subject: [PATCH] Pynt i Github workflow fila --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79d3deef..920da4fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ name: Build & deploy -on: [ push ] +on: [ push, workflow_dispatch ] permissions: contents: read @@ -19,9 +19,6 @@ jobs: deploy-to-dev: name: Deploy to dev needs: call-build-java-gradlew - ######################### - ### DEVELOPERS: Insert your feature branch name below (in addition to master) if you want to deploy it to dev - ######################### if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/reusable-workflow' runs-on: ubuntu-latest steps: