Skip to content

Commit fe5e6da

Browse files
committed
CI: add build on merge and workflow_trigger
1 parent 6c6aed0 commit fe5e6da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull_requests.yaml

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

33
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
48
pull_request:
59

610
jobs:

0 commit comments

Comments
 (0)