Skip to content

Commit

Permalink
Merge pull request #57 from terabytesoftw/fix-actions
Browse files Browse the repository at this point in the history
Fix actions branch, add section push rector.
  • Loading branch information
terabytesoftw committed Oct 10, 2022
2 parents a58bbdc + 8ca03ec commit 9e0c114
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -23,7 +23,7 @@ name: build

jobs:
phpunit:
uses: yiisoft/actions/.github/workflows/phpunit.yml@use-codecov-actions
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
with:
os: >-
['ubuntu-latest', 'windows-latest']
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/rector.yml
Expand Up @@ -9,6 +9,16 @@ on:
- 'infection.json.dist'
- 'psalm.xml'

push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'

name: rector

jobs:
Expand Down

0 comments on commit 9e0c114

Please sign in to comment.