reporter: test dev instead of main

This commit is contained in:
V 2023-11-25 01:56:29 +01:00
parent 598ffe6368
commit 68fca78541
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -12,6 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v3
if: ${{ github.event_name == 'schedule' }}
with:
ref: dev
- uses: actions/checkout@v3
if: ${{ github.event_name == 'workflow_dispatch' }}
- uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json