chore: run codeberg ci only on main and on prs towards main

This commit is contained in:
Gabriele Musco 2024-08-03 11:36:35 +02:00
parent d734a7edc8
commit 2bdc6239df
2 changed files with 14 additions and 2 deletions

View file

@ -1,4 +1,10 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cargo-fmtcheck:
runs-on: docker

View file

@ -1,4 +1,10 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
appimage:
runs-on: docker