mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
Merge branch 'frappe:main' into fix/docker-build-cache-apps-json
This commit is contained in:
commit
c7a437ad63
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
|
packages: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
2
.github/workflows/core-build-stable.yml
vendored
2
.github/workflows/core-build-stable.yml
vendored
|
|
@ -5,6 +5,8 @@ permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue