Run release only on PRs
This commit is contained in:
parent
33925f3dcc
commit
b6eef6ba22
|
|
@ -1,6 +1,8 @@
|
|||
name: release
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue