Skip to content

Commit

Permalink
Fix these paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jan 19, 2024
1 parent 0b84d64 commit 587cc28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'develop'
- 'trunk'
paths:
- '.github/acceptance-tests.yml'
- '.github/workflows/acceptance-tests.yml'
- 'tests/**'
- '**.php'
- 'codeception.dist.yml'
Expand All @@ -18,7 +18,7 @@ on:
branches:
- '**'
paths:
- '.github/acceptance-tests.yml'
- '.github/workflows/acceptance-tests.yml'
- 'tests/**'
- '**.php'
- 'codeception.dist.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'develop'
- 'trunk'
paths:
- '.github/coding-standards.yml'
- '.github/workflows/coding-standards.yml'
- '**.php'
- 'composer.json'
- 'package.json'
Expand All @@ -17,7 +17,7 @@ on:
branches:
- '**'
paths:
- '.github/coding-standards.yml'
- '.github/workflows/coding-standards.yml'
- '**.php'
- 'composer.json'
- 'package.json'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'develop'
- 'trunk'
paths:
- '.github/integration-tests.yml'
- '.github/workflows/integration-tests.yml'
- 'tests/**'
- '**.php'
- 'codeception.dist.yml'
Expand All @@ -18,7 +18,7 @@ on:
branches:
- '**'
paths:
- '.github/integration-tests.yml'
- '.github/workflows/integration-tests.yml'
- 'tests/**'
- '**.php'
- 'codeception.dist.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
branches:
- 'develop'
paths:
- '.github/nightly-tests.yml'
- '.github/workflows/nightly-tests.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 587cc28

Please sign in to comment.