Skip to content

Commit 63487f3

Browse files
committed
Update CI workflows
1 parent a2922ec commit 63487f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and release artifacts
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
#- main
@@ -64,8 +65,6 @@ jobs:
6465
run: ./build.sh
6566

6667
# Push in the Github environment variable the name of the artifact
67-
# Doing this now because in the following step the rust folder will
68-
# be delated to save some space before installing the toolchain
6968
- run: ./config.sh -artifact_name
7069

7170
- name: Package toolchain

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Release
22
on:
3+
workflow_dispatch:
34
push:
45
tags:
56
- "*"

0 commit comments

Comments
 (0)