Skip to content

Commit

Permalink
feat: something
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoa-Tran-undercurrent-tech committed Dec 13, 2024
1 parent 4179fc4 commit bd60061
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -31,5 +29,5 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
push: true
push: ${{ github.ref == 'refs/heads/main' }}
tags: minhkhoa0502/learning_repo:${{ github.sha }}

0 comments on commit bd60061

Please sign in to comment.