Run release only on PRs

This commit is contained in:
Ajeet D'Souza 2024-09-13 02:50:51 +05:30
parent 33925f3dcc
commit b6eef6ba22
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: release
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
env:
CARGO_INCREMENTAL: 0