mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #1890 from Rocket-Quack/fix/reusable-core-build-workflows
fix(workflows): enable reusable core build workflows
This commit is contained in:
commit
50e0ad5d3f
2 changed files with 4 additions and 0 deletions
2
.github/workflows/core-build-develop.yml
vendored
2
.github/workflows/core-build-develop.yml
vendored
|
|
@ -5,6 +5,8 @@ permissions:
|
|||
packages: write
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
2
.github/workflows/core-build-stable.yml
vendored
2
.github/workflows/core-build-stable.yml
vendored
|
|
@ -5,6 +5,8 @@ permissions:
|
|||
packages: write
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in a new issue