From 6f6a676db8f3ce4a3301ebfe8ee4f85f13e9d869 Mon Sep 17 00:00:00 2001 From: Crypta Eve <crypta@crypta.tech> Date: Sat, 25 Jan 2025 12:56:40 +1030 Subject: [PATCH] Update tests.yml Change from 5.0.x to master --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ba2f31aad..2d16e22f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: @@ -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 \ No newline at end of file + run: ./cc-test-reporter after-build -t clover