I needed this workflow to use dev im sorry in advance

This commit is contained in:
thororen1234 2024-07-20 04:09:50 -04:00
parent bf246208e9
commit 094a488498

View file

@ -14,6 +14,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
if: ${{ github.event_name == 'schedule' }} if: ${{ github.event_name == 'schedule' }}
with:
ref: dev
- uses: actions/checkout@v4 - uses: actions/checkout@v4
if: ${{ github.event_name == 'workflow_dispatch' }} if: ${{ github.event_name == 'workflow_dispatch' }}