Allow manual workflow runs

Turns out, both CI and CodeQL were disabled due to lack of activity,
so all the recent pushes were not tested. Allow manual runs for such
cases i the future.
This commit is contained in:
Iustin Pop
2025-01-05 16:53:55 +01:00
parent 85738cedc1
commit 459ab4775b
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ on:
# changed dependencies.
schedule:
- cron: '17 04 * * 0'
# Manual trigger
workflow_dispatch:
name: CI
jobs:

View File

@@ -8,6 +8,8 @@ on:
branches: [main]
schedule:
- cron: '0 5 * * 1'
# Manual run:
workflow_dispatch:
jobs:
analyze: