diff --git a/.github/workflows/githubaction.yml b/.github/workflows/githubaction.yml index e969839..db64998 100644 --- a/.github/workflows/githubaction.yml +++ b/.github/workflows/githubaction.yml @@ -1,3 +1,10 @@ +name: Build and Push Docker Image + +on: + push: + branches: + - develop + jobs: build-and-push: runs-on: ubuntu-latest