Skip to content

Commit 1dad3c7

Browse files
change trigger
1 parent ca8a4ac commit 1dad3c7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515

1616
name: Build and Test
1717

18-
on: [push]
18+
on:
19+
pull_request:
20+
branches:
21+
- main
22+
push:
1923

2024
jobs:
2125
buid-and-test:

0 commit comments

Comments
 (0)