Merge pull request #1890 from Rocket-Quack/fix/reusable-core-build-workflows

fix(workflows): enable reusable core build workflows
This commit is contained in:
RocketQuack 2026-04-24 16:22:53 +02:00 committed by GitHub
commit 50e0ad5d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@ permissions:
packages: write packages: write
on: on:
workflow_call:
pull_request: pull_request:
branches: branches:
- main - main

View file

@ -5,6 +5,8 @@ permissions:
packages: write packages: write
on: on:
workflow_call:
pull_request: pull_request:
branches: branches:
- main - main