Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Wen-ace committed Mar 22, 2024
2 parents b0a070f + f8c159b commit 062112b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'feature/**'
- 'feat/**'
- 'fix/**'


jobs:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 062112b

Please sign in to comment.