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 name: Release Build
on: on:
workflow_dispatch:
release: release:
types: [created] types: [created]

View File

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