Skip to content

Commit 97d478b

Browse files
committed
ci: Allow CI to run on the next branch and on forked repos
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent 9537c94 commit 97d478b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/camera-test-picamera2.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: Camera Tests
22

33
on:
44
pull_request_target:
5-
branches: [main]
5+
branches: [main, next]
66

77
permissions:
88
statuses: write
99

1010
jobs:
1111
trigger-camera-tests:
1212
runs-on: [self-hosted, camera-test-bridge]
13-
if: >-
14-
github.event.pull_request.head.repo.full_name == github.repository
1513
timeout-minutes: 120
1614
steps:
1715
- name: Checkout camera_tester

0 commit comments

Comments
 (0)