Skip to content

Commit

Permalink
Revert "Pynt i Github workflow fila"
Browse files Browse the repository at this point in the history
This reverts commit 16e3365.
  • Loading branch information
ahusby committed Nov 21, 2024
1 parent 16e3365 commit 62bc211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build & deploy

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

permissions:
contents: read
Expand All @@ -19,6 +19,9 @@ 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 62bc211

Please sign in to comment.