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