mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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:
|
||||
- main
|
||||
paths:
|
||||
- .github/**
|
||||
- .github/workflows/build_develop.yml
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
- .dockerignore
|
||||
- docker-bake.hcl
|
||||
- docker-compose.yml
|
||||
- env*
|
||||
- env-example
|
||||
|
||||
schedule:
|
||||
# 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:
|
||||
- main
|
||||
paths:
|
||||
- .github/**
|
||||
- .github/workflows/build_stable.yml
|
||||
- .github/scripts/get-latest-tags.sh
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
- .dockerignore
|
||||
- docker-bake.hcl
|
||||
- docker-compose.yml
|
||||
- env*
|
||||
- env-example
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .github/**
|
||||
- .github/workflows/build_stable.yml
|
||||
- .github/scripts/get-latest-tags.sh
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
- .dockerignore
|
||||
- docker-bake.hcl
|
||||
- docker-compose.yml
|
||||
- env*
|
||||
- env-example
|
||||
|
||||
# Triggered from frappe/frappe and frappe/erpnext on releases
|
||||
repository_dispatch:
|
||||
|
|
|
|||
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
|
@ -5,27 +5,27 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .github/**
|
||||
- .github/workflows/test.yml
|
||||
- .github/scripts/get-latest-tags.sh
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
- .dockerignore
|
||||
- docker-bake.hcl
|
||||
- docker-compose.yml
|
||||
- env*
|
||||
- env-example
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .github/**
|
||||
- .github/workflows/test.yml
|
||||
- .github/scripts/get-latest-tags.sh
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
- .dockerignore
|
||||
- docker-bake.hcl
|
||||
- docker-compose.yml
|
||||
- env*
|
||||
- env-example
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue