Update build.yml

master
HumanoidSandvichDispenser 2025-05-06 15:04:55 -07:00 committed by GitHub
parent 01317eabaa
commit 0641289c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: