ci: run flake checks only on pull requests #55

Merged
b12f merged 1 commit from ci-on-pr-only into main 2023-11-15 18:47:13 +00:00

View file

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