Skip to content

Commit 76ced6d

Browse files
committed
Restrict PR testing to main branch
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
1 parent 376dac2 commit 76ced6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: RSpec tests
33

44
on:
5-
pull_request: {}
5+
pull_request: { branches: ['main'] }
66
push:
77
branches:
88
- main

0 commit comments

Comments
 (0)