File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,19 @@ name: standalone_publish
2323on :
2424 push :
2525 tags : v[0-9]+.[0-9]+.[0-9]+
26+
27+ # Allow the workflow to be manually run:
2628 workflow_dispatch :
2729
2830# Workflow jobs:
2931jobs :
32+
33+ # Define a job for publishing standalone packages...
3034 publish :
35+
36+ # Define a display name:
37+ name : " Publish"
38+
3139 # Define the type of virtual host machine:
3240 runs-on : ubuntu-latest
3341
Original file line number Diff line number Diff line change @@ -21,11 +21,18 @@ name: standalone_test
2121
2222# Workflow triggers:
2323on :
24+ # Allow the workflow to be manually run:
2425 workflow_dispatch :
2526
2627# Workflow jobs:
2728jobs :
29+
30+ # Define a job for triggering test workflows for standalone packages...
2831 trigger :
32+
33+ # Define a display name:
34+ name : " Trigger Tests"
35+
2936 # Define the type of virtual host machine:
3037 runs-on : ubuntu-latest
3138
You can’t perform that action at this time.
0 commit comments