Removing references of the devel branch (#15)
All checks were successful
Release Tagging / release (push) Successful in 31s
Rust Build / Check (push) Successful in 28s
Rust Build / Test Suite (push) Successful in 25s
Rust Build / Rustfmt (push) Successful in 28s
Rust Build / Clippy (push) Successful in 30s
Rust Build / build (push) Successful in 27s

Reviewed-on: #15
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-08-02 21:14:25 +00:00
committed by phoenix
parent b414031af0
commit e2c83b5219
2 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ name: Release Tagging
on:
push:
branches:
- devel
- main
jobs:
release:

View File

@@ -4,11 +4,9 @@ on:
push:
branches:
- main
- devel
pull_request:
branches:
- main
- devel
jobs:
check:
@@ -62,4 +60,3 @@ jobs:
with:
toolchain: 1.88.0
- run: cargo build