Skip to content

Commit 6980179

Browse files
committed
adding workflow merge
1 parent 64e084d commit 6980179

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

44
name: PR
5+
56
on:
67
push:
78
branches:
89
- main
910
pull_request:
1011
branches:
1112
- main
13+
merge_group: {}
14+
workflow_dispatch: {}
1215

1316
jobs:
1417
build:

0 commit comments

Comments
 (0)