aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-05-25 15:31:19 +0100
committerAleksey Kladov <[email protected]>2020-05-25 15:31:19 +0100
commit3c2c8d7e5f7887351bf8e475f441609527679e5f (patch)
treea4f0706130ea2bf837ea32bc9ca92145e08cdb23 /.github/workflows/release.yaml
parentcdb507e467cf5d4506eb8e08b2121c0503f75ca0 (diff)
Fix conflict between nightly branch and tag
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 11c6f0ac3..1ae8ed1b6 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
6 push: 6 push:
7 branches: 7 branches:
8 - release 8 - release
9 - nightly 9 - trigger-nightly
10 10
11env: 11env:
12 CARGO_INCREMENTAL: 0 12 CARGO_INCREMENTAL: 0