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