regular CI on push to not master
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-01-17 02:11:05 +01:00
parent 47b8e580ab
commit b111619f17
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ name: Cargo Check, Format, Fix and Test
on:
push:
branches:
- devel
- '**'
- '!master'
jobs:
format: