ci: only run CI on push if it goes to main

This commit is contained in:
buffet 2024-05-07 21:07:35 +02:00
parent 26f256d6f8
commit c5fac021e5

View file

@ -1,4 +1,9 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest