CI: remove waterbox push build trigger

cores will still be built, there's no need to build waterbox explicitly as well
This commit is contained in:
Morilli 2025-03-20 21:04:22 +01:00
parent b7a0fe647e
commit 0272f7e44b
1 changed files with 1 additions and 9 deletions

View File

@ -1,14 +1,6 @@
name: Build Waterbox
on:
pull_request:
branches: [ "master" ]
paths: [ "waterbox/libcxx/**", "waterbox/musl/**" ]
push:
branches: [ "master" ]
paths: [ "waterbox/libcxx/**", "waterbox/musl/**" ]
workflow_dispatch:
workflow_call:
on: [workflow_dispatch, workflow_call]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-waterbox