Skip to content

Commit

Permalink
Fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Nov 6, 2023
1 parent 237d2e7 commit 644cfa5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 111 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
push:
branches:
- master
pull_request: null
push:
branches:
- master
- '*.*'

name: phpunit

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
push:
branches:
- master
pull_request: null
push:
branches:
- master
- '*.*'

name: static analysis

Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/run-tests.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/static-analysis.yml

This file was deleted.

0 comments on commit 644cfa5

Please sign in to comment.