Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 520ab92

Browse files
feat(ci): add temporary deploy rule
1 parent 6b30221 commit 520ab92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-vm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Deploy Docker Images
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- development
8+
- feature/deployment-vm # TODO: remove temporary branch for testing
49
workflow_run:
510
workflows:
611
- Build and Push Web Docker Image

0 commit comments

Comments
 (0)