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
|
||||
|
||||
on: push
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user