1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-25 08:46:25 +00:00

reporter: test dev instead of main

This commit is contained in:
V 2023-11-25 01:56:29 +01:00 committed by Luna
parent ad489b832b
commit af4ef5327d

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