Skip to content

Commit

Permalink
Added trigger on composer.lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Jan 3, 2024
1 parent 718fe26 commit e3b3ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_gcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'templates/**'
- 'Dockerfile'
- 'docker/**'
- 'composer.lock'
branches:
- master
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'tests/**'
- 'templates/**'
- 'config/**'
- 'composer.lock'
branches:
- master
pull_request:
Expand Down

0 comments on commit e3b3ce4

Please sign in to comment.