diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f24542..9cb252f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build and publish Docker image on: push: branches: - - main # Replace with the branch(es) you want this action to trigger on. + - master # Replace with the branch(es) you want this action to trigger on. jobs: docker: