diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 468b37c5d..36def4911 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,10 +1,14 @@ name: Docker Image CI on: + # push: + # branches: [ "main" ] + # pull_request: + # branches: [ "*" ] push: - branches: [ "main" ] + branches: ["this-does-not-exist"] pull_request: - branches: [ "*" ] + branches: ["this-does-not-exist"] jobs: build: