Commit 7d9971631913187136be1b40983e797ff4f8033e

Authored by Jarryd Beck
1 parent 946ebb6f

Add workflow dispatch

Showing 1 changed file with 1 additions and 0 deletions
.github/workflows/build.yml
... ... @@ -5,6 +5,7 @@ on:
5 5 branches: [ $default-branch ]
6 6 pull_request:
7 7 branches: [ $default-branch ]
  8 + workflow_dispatch:
8 9  
9 10 jobs:
10 11 build:
... ...