Skip to content

Commit 2ef4adb

Browse files
ci(github-actions): update main on triggers to include pull requests (#2658)
1 parent 2ff7175 commit 2ef4adb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions:
55
on:
66
push:
77
branches: ['**']
8+
pull_request:
9+
branches: ['**']
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)