reporter: test dev instead of main

main
V 10 months ago
parent 598ffe6368
commit 68fca78541
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -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

Loading…
Cancel
Save