Skip to content

Commit

Permalink
Pynt i Github workflow fila
Browse files Browse the repository at this point in the history
  • Loading branch information
ahusby committed Nov 22, 2024
1 parent 632b664 commit 07fcc1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build & deploy

on: [ push ]
on: [ push, workflow_dispatch ]

permissions:
contents: read
Expand All @@ -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:
Expand Down

0 comments on commit 07fcc1f

Please sign in to comment.