CI: add triggers for the CI on pull_request and on workflow_dispatch

This commit is contained in:
Romain Bouyé
2025-01-22 18:37:47 +01:00
committed by GitHub
parent 89662f773e
commit 4f00f1876b

View File

@@ -1,6 +1,8 @@
name: CI Checks
on:
push:
pull_request:
workflow_dispatch:
jobs:
checks:
name: Run static checks