generated from PlexSheep/baserepo
adjust ci for devel
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m14s
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m14s
This commit is contained in:
parent
edcec991dc
commit
badcc62420
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
name: Cargo Check, Format, Fix and Test
|
name: Cargo Check, Format, Fix and Test
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- devel
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|
Reference in a new issue