Skip to content

Commit 9cb9444

Browse files
authored
Merge pull request #3 from EclipseTrading/feature/add-build-action
Add workflow dispatch and branch to build action
2 parents 3c9a41f + cd26eb2 commit 9cb9444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build
22

33
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [master]
7+
pull_request:
8+
branches: [master]
49
release:
510
types: [created]
611

0 commit comments

Comments
 (0)