From 7c23c7d24dd83356ee01fdfe834300702f23b159 Mon Sep 17 00:00:00 2001 From: Delirium Date: Thu, 8 Jun 2023 15:20:17 +0200 Subject: [PATCH] chore(actions): fix tracker-test.yaml action --- .github/workflows/tracker-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tracker-tests.yaml b/.github/workflows/tracker-tests.yaml index bde61455a..5e9064e16 100644 --- a/.github/workflows/tracker-tests.yaml +++ b/.github/workflows/tracker-tests.yaml @@ -3,7 +3,7 @@ name: Tracker tests on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "main", "dev" ] paths: - tracker/** pull_request: @@ -62,4 +62,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} flags: tracker - name: tracker \ No newline at end of file + name: tracker