Skip to content

Commit

Permalink
ci(ci): always run ci on all pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Jun 6, 2024
1 parent 92ab5ac commit 550f665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [main, beta, alpha]
pull_request:
branches: [main, beta, alpha]
jobs:
test-php-mysql:
name: Test PHP ${{ matrix.php-versions }} (${{ matrix.stability }}) + Node ${{ matrix.node }} + ${{ matrix.os }} with MySQL
Expand Down

0 comments on commit 550f665

Please sign in to comment.