Merge pull request 'Renamed branch' (#10) from updated_branch into devel
Some checks failed
Release Tagging / release (push) Successful in 28s
Rust Build / Check (push) Failing after 24s
Rust Build / Test Suite (push) Failing after 25s
Rust Build / Rustfmt (push) Successful in 25s
Rust Build / Clippy (push) Failing after 24s
Rust Build / build (push) Failing after 24s

Reviewed-on: phoenix/icarus-models#10
This commit is contained in:
2025-03-22 01:25:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- dev
- devel
tags:
- 'v*' # Trigger on tags matching v*

View File

@@ -4,11 +4,11 @@ on:
push:
branches:
- main
- dev
- devel
pull_request:
branches:
- main
- dev
- devel
jobs:
check: