diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b724a59..c6847f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ # Continuous Integration Workflow # This workflow builds and pushes Docker images to your private registry -# Trigger: Push to dev branch or manual dispatch +# Trigger: Push to master branch or manual dispatch name: CI - Build and Push