Skip to content

Commit 4947527

Browse files
committed
Fix github action for prs
1 parent 8867f17 commit 4947527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build PR
22
on: [pull_request]
33
jobs:
44
build_pr:
5-
if: github.repository_owner == 'TheMeinerLP'
5+
if: github.repository_owner == 'OneLiteFeatherNET'
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:

0 commit comments

Comments
 (0)