Skip to content

Commit

Permalink
chore: remove branch restriction on deployment workflow execution (#79
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Salaton committed Mar 22, 2022
1 parent 7c85ee4 commit 65d5557
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deployment

on:
push:
branches: [develop]
on: push

env:
DOCKER_BUILDKIT: 1 # Enable Buildkit and let compose use it to speed up image building
Expand Down

0 comments on commit 65d5557

Please sign in to comment.