Skip to content

Commit 1964fea

Browse files
tristanlabellecompnerd
authored andcommitted
Add PR trigger to workflow
1 parent a1f292a commit 1964fea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Test install
22

33
on:
44
push:
5-
branches: ["**"]
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
610
workflow_dispatch:
711

812
jobs:

0 commit comments

Comments
 (0)