Skip to content

Commit

Permalink
Run CI both on pull_request and push
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Oct 15, 2023
1 parent e21ca38 commit 640853a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run PHPCS and PHPLint

on: [pull_request]
on: [pull_request, push]

jobs:
PHPCS:
Expand Down

0 comments on commit 640853a

Please sign in to comment.