ci: avoid duplicate runs

This commit is contained in:
talwat 2025-12-02 22:03:56 +01:00
parent bd0e0968ae
commit b0a1a1e399
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Release Build
on:
workflow_dispatch:
release:
types: [created]

View File

@ -1,9 +1,10 @@
name: Rust Unit Tests
on:
workflow_dispatch:
push:
branches:
- '**'
- 'main'
pull_request:
branches: