Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Change from 5.0.x to master
  • Loading branch information
Crypta-Eve authored Jan 25, 2025
1 parent 58315d6 commit 6f6a676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit Testing

on:
push:
branches: [ "5.0.x" ]
branches: [ "master" ]
pull_request:
branches: [ "5.0.x" ]
branches: [ "master" ]

jobs:
tests:
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: ./cc-test-reporter after-build -t clover
run: ./cc-test-reporter after-build -t clover

0 comments on commit 6f6a676

Please sign in to comment.