Skip to content

Commit cb5d38a

Browse files
authored
Merge pull request #6 from woocommerce/ci/skip-on-workflow-changes
ci: skip phpcs/phpunit when only workflow files change
2 parents 6e78ebc + 00a023f commit cb5d38a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ name: CI
33
on:
44
push:
55
branches: [trunk]
6+
paths:
7+
- '**'
8+
- '!.github/workflows/**'
9+
- '.github/workflows/ci.yml'
610
pull_request:
11+
paths:
12+
- '**'
13+
- '!.github/workflows/**'
14+
- '.github/workflows/ci.yml'
715

816
jobs:
917
phpcs:

0 commit comments

Comments
 (0)