From 3537e2b72fc50cfaea8622718d3d1bd2b642b50a Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 18 Sep 2025 09:21:08 -0700 Subject: [PATCH] Fix test workflow --- .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 a00c842..0c88999 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,13 +5,13 @@ on: branches: # Run tests when commits are pushed to these branches in your repo - main - master - - develop + - 3.3.x - dev/* pull_request: # Run tests when pull requests are made on these branches in your repo branches: - main - master - - develop + - 3.3.x - dev/* jobs: @@ -22,4 +22,4 @@ jobs: EXTNAME: phpbb/teamsecurity # Your extension vendor/package name CODECOV: 1 secrets: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this