2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-23 15:18:27 +00:00

ci: Fix paths that trigger workflows (#587)

This commit is contained in:
Lev 2021-11-26 17:22:17 +03:00 committed by GitHub
parent 5aae67117c
commit 9a986575f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: