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

View File

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

View File

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