File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 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
1214name : 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.
You can’t perform that action at this time.
0 commit comments