fix: correct indentation for workflow_dispatch in test-my-packages.yml

This commit is contained in:
Osman Faruk Bayram 2025-01-24 22:19:14 +03:00
parent 367eae3801
commit 0030179bf0

View file

@ -5,7 +5,7 @@ on:
# cron every hour at 3 minutes 00:03 AM, 01:03 AM etc.
schedule:
- cron: '3 * * * *'
- workflow_dispatch:
workflow_dispatch:
jobs:
build: