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.
This commit is contained in:
Michael Bull 2024-03-03 00:17:47 +00:00
parent a90c0fc92e
commit 67990a3b0b
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
name: Build name: Build
on: on:
push:
branches: [ "master" ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
workflow_call: workflow_call: