Skip to content

Commit e8ad788

Browse files
committed
Switch prebuild trigger to manual
1 parent bf5126b commit e8ad788

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/prebuild.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
# new version of Node.js is released and older versions of Canvas need to be
88
# built.)
99
# 4. Commit and push this file to master.
10-
# 5. Once the builds succeed, promote the draft release to a full release.
10+
# 5. In the Actions tab, navigate to the "Make Prebuilds" workflow and click
11+
# "Run workflow".
12+
# 6. Once the builds succeed, promote the draft release to a full release.
1113

1214
name: Make Prebuilds
13-
on:
14-
push:
15-
branches:
16-
- 'master'
17-
paths:
18-
- '.github/workflows/prebuild.yaml'
15+
on: workflow_dispatch
16+
1917
# UPLOAD_TO can be specified to upload the release assets under a different tag
2018
# name (e.g. for testing). If omitted, the assets are published under the same
2119
# release tag as the canvas version being built.

0 commit comments

Comments
 (0)