mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
chore: run codeberg ci only on main and on prs towards main
This commit is contained in:
parent
d734a7edc8
commit
2bdc6239df
2 changed files with 14 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
cargo-fmtcheck:
|
||||
runs-on: docker
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
appimage:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue