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
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
22
.github/workflows/build_stable.yml
vendored
22
.github/workflows/build_stable.yml
vendored
|
|
@ -2,17 +2,17 @@ name: Build Stable
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .github/**
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
- .dockerignore
|
||||
- docker-bake.hcl
|
||||
- docker-compose.yml
|
||||
- env*
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - .github/**
|
||||
# - build/**
|
||||
# - installation/**
|
||||
# - tests/**
|
||||
# - .dockerignore
|
||||
# - docker-bake.hcl
|
||||
# - docker-compose.yml
|
||||
# - env*
|
||||
|
||||
# Triggered from frappe/frappe and frappe/erpnext on releases
|
||||
repository_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue