diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a55938..28c18fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,13 @@ +name: CI/CD Pipeline + +on: + push: + branches: + - develop + pull_request: + branches: + - main + jobs: build-and-push: name: Build and Push Docker Image