Skip to content

Commit

Permalink
feat(ci): add temporary deploy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Untermoser committed Jun 18, 2024
1 parent 5c7f0df commit c757e5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-vm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Deploy Docker Images

on:
pull_request:
branches:
- main
- development
- feature/deployment-vm # TODO: remove temporary branch for testing
workflow_run:
workflows:
- Build and Push Web Docker Image
Expand Down

0 comments on commit c757e5a

Please sign in to comment.