Skip to content

Commit 6929c50

Browse files
authored
Add workflow_dispatch trigger to compilation.yml
1 parent c548a67 commit 6929c50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/compilation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
repository_dispatch:
77
types: [run_build]
8+
workflow_dispatch: {}
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)