소스 검색

feat: build docker image on dev

Poulpatine 1 년 전
부모
커밋
19e7d9a0f3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .github/workflows/docker-build.yaml

+ 3 - 1
.github/workflows/docker-build.yaml

@@ -4,7 +4,9 @@ name: Create and publish a Docker image
 # Configures this workflow to run every time a change is pushed to the branch called `release`.
 on:
   push:
-    branches: ['main']
+    branches:
+      - main
+      - dev
     tags:
       - v*