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
3 changed files with 15 additions and 15 deletions

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: