Skip to content

Commit 09ddbcf

Browse files
committed
Add PR step and manual run option
Signed-off-by: Shubham Sharma <[email protected]>
1 parent c003770 commit 09ddbcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ on:
1919
- release-*
2020
tags:
2121
- v*
22+
pull_request:
23+
branches:
24+
- master
25+
- release-*
26+
# Manual trigger
27+
workflow_dispatch: {}
2228

2329
jobs:
2430
build:

0 commit comments

Comments
 (0)