Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
crstauf committed Feb 7, 2024
1 parent 7c7d917 commit 0d773b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
branches:
- master
paths:
- composer.json
- composer.lock
- Plugin.php
- includes/**
- .github/workflows/phpcs.yml
pull_request:
paths:
- composer.json
- composer.lock
- Plugin.php
- includes/**
- .github/workflows/phpcs.yml
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
branches:
- master
paths:
- composer.json
- composer.lock
- Plugin.php
- includes/**
- .github/workflows/phpstan.yml
pull_request:
paths:
- composer.json
- composer.lock
- Plugin.php
- includes/**
- .github/workflows/phpstan.yml
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
branches:
- master
paths:
- composer.json
- composer.lock
- Plugin.php
- includes/**
- tests/**
- .github/workflows/phpunit.yml
pull_request:
paths:
- composer.json
- composer.lock
- Plugin.php
- includes/**
- tests/**
Expand Down

0 comments on commit 0d773b7

Please sign in to comment.