ci: disable pull_request trigger for haiku

main
Anonymous Maarten 2023-05-04 05:15:10 +02:00
parent e191bc8491
commit fe68fd3af9
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ name: Build (Haiku @QEMU)
on:
# push: # Disabled ci on push because of long build times
pull_request:
paths:
- '**/haiku/*'
- '.github/workflows/haiku.yml'
# pull_request:
# paths:
# - '**/haiku/*'
# - '.github/workflows/haiku.yml'
workflow_dispatch:
jobs: