Skip to content

Commit

Permalink
Fix CI builds not running on PRs
Browse files Browse the repository at this point in the history
Partially reverts 131b72b
  • Loading branch information
asgrim committed Nov 21, 2023
1 parent c793aaa commit d630b78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: "Continuous Integration"

on:
pull_request:
types:
- opened
push:
branches:
- pull_request
- push

env:
PHP_EXTENSIONS: "json, curl, opcache, mbstring"
Expand Down

0 comments on commit d630b78

Please sign in to comment.