Allow manually triggering CI

This commit is contained in:
Michal Sojka 2024-12-23 00:21:47 +01:00
parent 773c31d355
commit 6c5663f3c9

View file

@ -3,6 +3,7 @@ on:
pull_request: pull_request:
push: push:
branches: [main] branches: [main]
workflow_dispatch:
jobs: jobs:
flake-check: flake-check: