fix: don't build artifacts when there is no release

This commit is contained in:
Cyrix126 2024-11-06 12:03:01 +01:00
parent bfcbfbe2b6
commit b487c0c406

View file

@ -1,10 +1,7 @@
name: CI
name: Release Artifacts
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always