mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-22 18:12:43 +00:00
Ensure to run CI tests only for specific purposes
This commit is contained in:
parent
49190e4c36
commit
fb48e5e85a
7
.github/workflows/documentation.yml
vendored
7
.github/workflows/documentation.yml
vendored
@ -12,9 +12,14 @@ name: Docs
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'docs/**'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'docs/**'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
25
.github/workflows/test-httpd.yml
vendored
25
.github/workflows/test-httpd.yml
vendored
@ -12,9 +12,32 @@ name: Httpd
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
25
.github/workflows/test-memcd.yml
vendored
25
.github/workflows/test-memcd.yml
vendored
@ -12,9 +12,32 @@ name: Memcd
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
25
.github/workflows/test-mongo.yml
vendored
25
.github/workflows/test-mongo.yml
vendored
@ -12,9 +12,32 @@ name: Mongo
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
25
.github/workflows/test-mysql.yml
vendored
25
.github/workflows/test-mysql.yml
vendored
@ -12,9 +12,32 @@ name: MySQL
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
25
.github/workflows/test-pgsql.yml
vendored
25
.github/workflows/test-pgsql.yml
vendored
@ -12,9 +12,32 @@ name: PgSQL
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
25
.github/workflows/test-php.yml
vendored
25
.github/workflows/test-php.yml
vendored
@ -12,9 +12,32 @@ name: PHP
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
25
.github/workflows/test-redis.yml
vendored
25
.github/workflows/test-redis.yml
vendored
@ -12,9 +12,32 @@ name: Redis
|
|||||||
on:
|
on:
|
||||||
# Runs on Pull Requests
|
# Runs on Pull Requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
# Runs on master Branch and Tags
|
# Runs on master Branch and Tags
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.devilbox/**'
|
||||||
|
- '.github/workflows/params*.yml'
|
||||||
|
- '.github/workflows/test*.yml'
|
||||||
|
- '.github/workflows/zzz*.yml'
|
||||||
|
- '.tests/**'
|
||||||
|
- 'cfg/vhost-gen/**'
|
||||||
|
- 'compose/**'
|
||||||
|
- 'docker-compose.override.yml-example'
|
||||||
|
- 'docker-compose.yml'
|
||||||
|
- 'env-example'
|
||||||
|
- '!**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user