From 673303ebda0cd982fef275bf7a90e402aae5fa1d Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 2 Jun 2021 16:33:55 -0700 Subject: [PATCH] Only run docker on push to master --- .github/workflows/docker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4c14c87..73ff5a1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,7 +5,8 @@ name: Docker # Controls when the action will run. on: push: - pull_request: + branches: + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: