Skip to content

Commit

Permalink
build(.githug) add workflow files to their triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Nov 10, 2023
1 parent 01bc278 commit dd8ddd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "src/**"
- "tests/**"
- "composer.json"
- ".github/workflows/static-analysis.yaml"
jobs:
lint-on-56:
name: PHP 5.6 lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "src/**"
- "tests/**"
- "composer.json"
- ".github/workflows/test.yaml"
jobs:
test_codeception_4_php_56:
name: PHP 5.6, Codeception 4
Expand Down

0 comments on commit dd8ddd3

Please sign in to comment.