Skip to content

Commit 8b82499

Browse files
authored
[ci] Fix ci trigger option to activate tests on PR coming from external heads (#48)
1 parent b7a5682 commit 8b82499

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
510

611
jobs:
712
build-and-test:

0 commit comments

Comments
 (0)