From 67990a3b0bc7502d905889c0787b8de41ed606ea Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sun, 3 Mar 2024 00:17:47 +0000 Subject: [PATCH] Stop running build workflow twice on push to master The deploy workflow depends on the build one, so it is already responsible for running it via workflow_call. --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 40cad8e..c5c8b5a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,8 +1,6 @@ name: Build on: - push: - branches: [ "master" ] pull_request: branches: [ "master" ] workflow_call: