Skip to content

Commit

Permalink
Update php82.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed May 14, 2023
1 parent 39f68df commit 3647295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php82.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build PHP 8.2

on:
push:
branches: [ main, dev ]
branches: [ master, dev ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
test:
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
run: phpunit

- name: CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1

0 comments on commit 3647295

Please sign in to comment.