From dc2124d419be2efc4bb94d160d89037fd50c7db0 Mon Sep 17 00:00:00 2001 From: Kirk Brown Date: Fri, 8 Sep 2023 20:40:53 -0400 Subject: [PATCH] Running build on pushes to master. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2dd924..40c5860 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,8 +3,6 @@ name: Build and Push Docker Image to Docker Hub on: push: branches: [ "master" ] - pull_request: - branches: [ "master" ] env: REGISTRY: docker.io