Skip to content

Commit 0e184dc

Browse files
authored
Add workflow_dispatch trigger to b2s-backglass
Using workflow_dispatch it is possible to trigger workflows manually
1 parent a8ac9a6 commit 0e184dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/b2s-backglass.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: b2s-backglass
22
on:
33
push:
4+
workflow_dispatch:
45

56
defaults:
67
run:

0 commit comments

Comments
 (0)