mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 00:19:27 +00:00
build.yaml: avoid duplicate builds
This commit is contained in:
parent
471d84aaa3
commit
d13a5fa554
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: (github.event_name == 'pull_request' && github.event.pull_request.merged != 'true') || github.event_name == 'push'
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user