Skip to content

Commit aec3156

Browse files
aozhuochaoaozhuochao
authored andcommitted
yaml
1 parent 4b4f2fb commit aec3156

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker-7.4-php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
paths:
9-
- "./*"
9+
# - "./*"
1010
- "./service.d/**"
1111
- "./script/**"
1212
- "./bin/**"
@@ -15,14 +15,14 @@ on:
1515
- "./provision_bootstrap.d/**"
1616
- "./provision_entrypoint.d/**"
1717
- "./provision-build.d/**"
18-
- "!openresty/**"
19-
- "!other/**"
18+
# - "!openresty/**"
19+
# - "!other/**"
2020
# swoole
2121
- "./docker-build/script/install-swoole-4.8.sh"
2222
- "./docker-build/Dockerfile"
2323
# swoole
24-
25-
- "!.github/workflows/*.yml"
24+
25+
# - "!.github/workflows/*.yml"
2626
- ".github/workflows/docker-7.4-php.yml"
2727

2828

0 commit comments

Comments
 (0)