mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Fix paths in CI
This commit is contained in:
parent
1aeaddf1ca
commit
3bcf6bcf19
2 changed files with 43 additions and 45 deletions
32
.github/workflows/build_develop.yml
vendored
32
.github/workflows/build_develop.yml
vendored
|
|
@ -1,24 +1,24 @@
|
||||||
name: Build Develop
|
name: Build Develop
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
# pull_request:
|
branches:
|
||||||
# branches:
|
- main
|
||||||
# - main
|
paths:
|
||||||
# paths:
|
- build/nginx/**
|
||||||
# - .github/workflows/build_develop.yml
|
- build/socketio/**
|
||||||
# - build/**
|
- build/worker/**
|
||||||
# - installation/**
|
- overrides/**
|
||||||
# - tests/**
|
- tests/**
|
||||||
# - .dockerignore
|
- compose.yaml
|
||||||
# - docker-bake.hcl
|
- docker-bake.hcl
|
||||||
# - env-example
|
- example.env
|
||||||
|
|
||||||
# schedule:
|
schedule:
|
||||||
# # Every day at 12:00 pm
|
# Every day at 12:00 pm
|
||||||
# - cron: 0 0 * * *
|
- cron: 0 0 * * *
|
||||||
|
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_bench:
|
build_bench:
|
||||||
|
|
|
||||||
56
.github/workflows/build_stable.yml
vendored
56
.github/workflows/build_stable.yml
vendored
|
|
@ -1,38 +1,36 @@
|
||||||
name: Build Stable
|
name: Build Stable
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- build/nginx/**
|
||||||
|
- build/socketio/**
|
||||||
|
- build/worker/**
|
||||||
|
- overrides/**
|
||||||
|
- tests/**
|
||||||
|
- compose.yaml
|
||||||
|
- docker-bake.hcl
|
||||||
|
- example.env
|
||||||
|
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- build/nginx/**
|
||||||
|
- build/socketio/**
|
||||||
|
- build/worker/**
|
||||||
|
- overrides/**
|
||||||
|
- tests/**
|
||||||
|
- compose.yaml
|
||||||
|
- docker-bake.hcl
|
||||||
|
- example.env
|
||||||
|
|
||||||
# pull_request:
|
# Triggered from frappe/frappe and frappe/erpnext on releases
|
||||||
# branches:
|
repository_dispatch:
|
||||||
# - main
|
|
||||||
# paths:
|
|
||||||
# - build/nginx/**
|
|
||||||
# - build/frappe-socketio/**
|
|
||||||
# - build/worker/**
|
|
||||||
# - overrides/**
|
|
||||||
# - tests/**
|
|
||||||
# - compose.yaml
|
|
||||||
# - docker-bake.hcl
|
|
||||||
# - example.env
|
|
||||||
|
|
||||||
# push:
|
workflow_dispatch:
|
||||||
# branches:
|
|
||||||
# - main
|
|
||||||
# paths:
|
|
||||||
# - build/nginx/**
|
|
||||||
# - build/frappe-socketio/**
|
|
||||||
# - build/worker/**
|
|
||||||
# - overrides/**
|
|
||||||
# - tests/**
|
|
||||||
# - compose.yaml
|
|
||||||
# - docker-bake.hcl
|
|
||||||
# - example.env
|
|
||||||
|
|
||||||
# # Triggered from frappe/frappe and frappe/erpnext on releases
|
|
||||||
# repository_dispatch:
|
|
||||||
|
|
||||||
# workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
v12:
|
v12:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue