Merge pull request 'ci: run flake checks only on pull requests' (#55) from ci-on-pr-only into main

Reviewed-on: #55
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
b12f 2023-11-15 18:47:13 +00:00
commit 7cc7517d9c
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -1,5 +1,5 @@
name: Flake checks
on: [push]
on: [pull_request]
jobs:
Check: