diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 38de8bb..45b8949 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -9,8 +9,13 @@ name: Build and Test Images +#on: +# pull_request: + on: - pull_request: + push: + branches: + - '**' jobs: build-and-test-image: