mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update
This commit is contained in:
parent
daa1926f03
commit
4dea1275f8
2 changed files with 12 additions and 11 deletions
1
.github/workflows/build_develop.yml
vendored
1
.github/workflows/build_develop.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
name: Build Develop
|
name: Build Develop
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
22
.github/workflows/build_stable.yml
vendored
22
.github/workflows/build_stable.yml
vendored
|
|
@ -2,17 +2,17 @@ name: Build Stable
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
paths:
|
# paths:
|
||||||
- .github/**
|
# - .github/**
|
||||||
- build/**
|
# - build/**
|
||||||
- installation/**
|
# - installation/**
|
||||||
- tests/**
|
# - tests/**
|
||||||
- .dockerignore
|
# - .dockerignore
|
||||||
- docker-bake.hcl
|
# - docker-bake.hcl
|
||||||
- docker-compose.yml
|
# - docker-compose.yml
|
||||||
- env*
|
# - env*
|
||||||
|
|
||||||
# Triggered from frappe/frappe and frappe/erpnext on releases
|
# Triggered from frappe/frappe and frappe/erpnext on releases
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue