Skip to content

Commit

Permalink
Rename .github/webhooks/php.yml to .github/workflows/php.yml
Browse files Browse the repository at this point in the history
Schreibfehler
  • Loading branch information
BioFreak95 authored Feb 28, 2020
1 parent 13fc37c commit 98e2275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/webhooks/php.yml → .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: curl -s http://getcomposer.org/installer | php && php composer.phar self-update && php composer.phar install

- name: Full Analysis with Coverage
run: php composer.phar check-full
run: php composer.phar check-full

0 comments on commit 98e2275

Please sign in to comment.