andreped commited on
Commit
4fa8e23
1 Parent(s): 4694eed

Allow build CI from dispatch [no ci]

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: