mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
ci: Fix paths that trigger workflows (#587)
This commit is contained in:
parent
5aae67117c
commit
9a986575f6
3 changed files with 15 additions and 15 deletions
5
.github/workflows/build_develop.yml
vendored
5
.github/workflows/build_develop.yml
vendored
|
|
@ -5,14 +5,13 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/**
|
- .github/workflows/build_develop.yml
|
||||||
- build/**
|
- build/**
|
||||||
- installation/**
|
- installation/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- .dockerignore
|
- .dockerignore
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- docker-compose.yml
|
- env-example
|
||||||
- env*
|
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Every day at 12:00 pm
|
# Every day at 12:00 pm
|
||||||
|
|
|
||||||
13
.github/workflows/build_stable.yml
vendored
13
.github/workflows/build_stable.yml
vendored
|
|
@ -5,26 +5,27 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/**
|
- .github/workflows/build_stable.yml
|
||||||
|
- .github/scripts/get-latest-tags.sh
|
||||||
- build/**
|
- build/**
|
||||||
- installation/**
|
- installation/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- .dockerignore
|
- .dockerignore
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- docker-compose.yml
|
- env-example
|
||||||
- env*
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/**
|
- .github/workflows/build_stable.yml
|
||||||
|
- .github/scripts/get-latest-tags.sh
|
||||||
- build/**
|
- build/**
|
||||||
- installation/**
|
- installation/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- .dockerignore
|
- .dockerignore
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- docker-compose.yml
|
- env-example
|
||||||
- env*
|
|
||||||
|
|
||||||
# Triggered from frappe/frappe and frappe/erpnext on releases
|
# Triggered from frappe/frappe and frappe/erpnext on releases
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
|
|
||||||
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
|
@ -5,27 +5,27 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/**
|
- .github/workflows/test.yml
|
||||||
|
- .github/scripts/get-latest-tags.sh
|
||||||
- build/**
|
- build/**
|
||||||
- installation/**
|
- installation/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- .dockerignore
|
- .dockerignore
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- docker-compose.yml
|
- env-example
|
||||||
- env*
|
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/**
|
- .github/workflows/test.yml
|
||||||
|
- .github/scripts/get-latest-tags.sh
|
||||||
- build/**
|
- build/**
|
||||||
- installation/**
|
- installation/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- .dockerignore
|
- .dockerignore
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- docker-compose.yml
|
- env-example
|
||||||
- env*
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue