andreped commited on
Commit
467788f
1 Parent(s): 9cb24ad

Enable running CI from dispatch

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -0
.github/workflows/build.yml CHANGED
@@ -7,6 +7,7 @@ on:
7
  pull_request:
8
  branches:
9
  - '*'
 
10
 
11
  jobs:
12
  build:
 
7
  pull_request:
8
  branches:
9
  - '*'
10
+ workflow_dispatch:
11
 
12
  jobs:
13
  build: