Skip to content

Commit

Permalink
Fixed workflow when PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 27, 2024
1 parent 439d3ea commit fa84ef9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check for Type Errors

on:
pull_request:
push: # (or pull requests)
paths:
- '.github/workflows/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check & fix styling

on:
pull_request:
push: # (or pull requests)
paths:
- '.github/workflows/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Testing Code with PHPUnit

on:
schedule:
- cron: '0 0 * * *'
pull_request:
push: # (or pull requests)
paths:
- '.github/workflows/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Spell check

on:
pull_request:
push: # (or pull requests)
paths:
- '.github/workflows/**'
Expand Down

0 comments on commit fa84ef9

Please sign in to comment.