From f8c159bcd5abba6d508a3c35a7f9e2f1ab68e7fc Mon Sep 17 00:00:00 2001 From: Aisuko Date: Thu, 21 Mar 2024 21:08:50 +1100 Subject: [PATCH] Add CI support PR Signed-off-by: Aisuko --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d4ff7e..3ca6a26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,11 @@ on: - 'main' tags: - 'v*' + pull_request: + branches: + - 'feature/**' + - 'feat/**' + - 'fix/**' jobs: @@ -32,7 +37,7 @@ jobs: # run: npm ci docker_operations: - name: 'Docker Build 🐳' + name: 'Docker Build and Push🐳' runs-on: ubuntu-latest needs: build steps: