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:
parent
a90c0fc92e
commit
67990a3b0b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -1,8 +1,6 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
workflow_call:
|
||||
|
Loading…
Reference in New Issue
Block a user