Skip to content

Commit

Permalink
chore (ci): fix main branch name in actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea authored Aug 14, 2024
1 parent f253f94 commit 841ef4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/php/coverage.xml
if: matrix.coverage == true
if: matrix.coverage == true

0 comments on commit 841ef4a

Please sign in to comment.