Skip to content

Commit

Permalink
Update bc test settings (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Nov 12, 2023
1 parent a289698 commit 4c4427d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
on:
- pull_request
- push
pull_request:
paths:
- 'src/**'
- '.github/workflows/bc.yml'
- 'composer.json'
push:
branches: ['master']
paths:
- 'src/**'
- '.github/workflows/bc.yml'
- 'composer.json'

name: backwards compatibility

Expand Down

0 comments on commit 4c4427d

Please sign in to comment.