Skip to content

Commit 1f3f53f

Browse files
author
Sylvain MARIE
committed
Added workflow dispatch
1 parent 4b251e2 commit 1f3f53f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/base.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# .github/workflows/base.yml
22
name: Build
33
on:
4+
# this one is to trigger the workflow manually from the interface
5+
workflow_dispatch:
6+
47
push:
58
tags:
69
- '*'

0 commit comments

Comments
 (0)