Skip to content

Commit c8c64eb

Browse files
Merge pull request #287 from shubham1172/shubham1172/fix-build-workflow
Update build workflow to run on PRs and manually
2 parents c003770 + 09ddbcf commit c8c64eb

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)