Skip to content

Commit 6e1b887

Browse files
committed
Updated actions
1 parent c3fe1b1 commit 6e1b887

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/composer.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ on:
3232
pull_request:
3333
paths: &paths
3434
- "composer.json"
35-
- "composer.lock"
36-
- "docker-compose.yml"
35+
- "compose.yaml"
3736
push:
3837
branches:
3938
- main

.github/workflows/php.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ on:
4141
paths: &paths
4242
- "**/*.php"
4343
- "composer.json"
44-
- "composer.lock"
45-
- "docker-compose.yml"
44+
- "compose.yaml"
4645
push:
4746
branches:
4847
- main

.github/workflows/twig.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ on:
3131
paths: &paths
3232
- "**/*.twig"
3333
- "composer.json"
34-
- "composer.lock"
35-
- "docker-compose.yml"
34+
- "compose.yaml"
3635
push:
3736
branches:
3837
- main

0 commit comments

Comments
 (0)