chore(actions): fix tracker-test.yaml action
This commit is contained in:
parent
e6377d03df
commit
7c23c7d24d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tracker-tests.yaml
vendored
4
.github/workflows/tracker-tests.yaml
vendored
|
|
@ -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
|
||||
name: tracker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue