Skip to content

Commit

Permalink
Merge branch 'master' into feature/phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu authored Feb 22, 2024
2 parents ac2e5e4 + 931eef1 commit c3362a3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
name: "Continuous Integration"

on:
pull_request:
branches:
- master
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- lib/**
- tests/**

push:
branches:
- master
pull_request:
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- lib/**
- tests/**

env:
fail-fast: true
Expand Down

0 comments on commit c3362a3

Please sign in to comment.