Skip to content

Commit be73864

Browse files
author
Peyton Gardipee
committed
Add branch to workflow triggers to test changes
1 parent b1084fd commit be73864

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cpu-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: CPU tests
22

33
on:
44
push:
5-
branches: [main]
6-
pull_request_target:
5+
branches: [main, pwgardipee/fix-ci]
6+
pull_request:
77
branches: [main]
88
types: [opened, reopened, ready_for_review, labeled, synchronize]
9-
pull_request: {} # todo
109
workflow_dispatch: {}
1110

1211
# lock down all permissions by default

0 commit comments

Comments
 (0)