Fix paths in CI
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user