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
|
||||
|
||||
on:
|
||||
push:
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - .github/workflows/build_develop.yml
|
||||
# - build/**
|
||||
# - installation/**
|
||||
# - tests/**
|
||||
# - .dockerignore
|
||||
# - docker-bake.hcl
|
||||
# - env-example
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- build/nginx/**
|
||||
- build/socketio/**
|
||||
- build/worker/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
|
||||
# schedule:
|
||||
# # Every day at 12:00 pm
|
||||
# - cron: 0 0 * * *
|
||||
schedule:
|
||||
# Every day at 12:00 pm
|
||||
- cron: 0 0 * * *
|
||||
|
||||
# workflow_dispatch:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_bench:
|
||||
|
||||
56
.github/workflows/build_stable.yml
vendored
56
.github/workflows/build_stable.yml
vendored
@@ -1,38 +1,36 @@
|
||||
name: Build Stable
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- build/nginx/**
|
||||
- build/socketio/**
|
||||
- build/worker/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- build/nginx/**
|
||||
- build/socketio/**
|
||||
- build/worker/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
|
||||
# pull_request:
|
||||
# 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:
|
||||
|
||||
# push:
|
||||
# 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:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
v12:
|
||||
|
||||
Reference in New Issue
Block a user