mirror of
https://github.com/talwat/lowfi
synced 2025-12-07 23:47:46 +00:00
ci: avoid duplicate runs
This commit is contained in:
parent
bd0e0968ae
commit
b0a1a1e399
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Release Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
|
||||
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -1,9 +1,10 @@
|
||||
name: Rust Unit Tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- 'main'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user