Add workflow_dispatch trigger to build workflow.
This should allow us to just initiate a build if the artifact of the latest build expires.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: build
|
name: build
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user