mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Only build on specific changes
This commit is contained in:
22
.github/workflows/action.yml
vendored
22
.github/workflows/action.yml
vendored
@@ -12,7 +12,29 @@ name: build
|
|||||||
on:
|
on:
|
||||||
# Push or pull_request will be determined in jobs.configure.enabled
|
# Push or pull_request will be determined in jobs.configure.enabled
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.ansible/**'
|
||||||
|
- '.github/workflows/action.yml'
|
||||||
|
- '.github/workflows/params.yml'
|
||||||
|
- 'Dockerfiles/**'
|
||||||
|
- 'php_modules/**'
|
||||||
|
- 'php_tools/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'Makefile'
|
||||||
|
- '!**.md'
|
||||||
|
- '!.ansible/ansible.cfg'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.ansible/**'
|
||||||
|
- '.github/workflows/action.yml'
|
||||||
|
- '.github/workflows/params.yml'
|
||||||
|
- 'Dockerfiles/**'
|
||||||
|
- 'php_modules/**'
|
||||||
|
- 'php_tools/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'Makefile'
|
||||||
|
- '!**.md'
|
||||||
|
- '!.ansible/ansible.cfg'
|
||||||
# Dispatch: allows for manual trigger via GH UI
|
# Dispatch: allows for manual trigger via GH UI
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user