Skip to content

Commit 7315c55

Browse files
committed
Prevent builds in forks
1 parent af97a8f commit 7315c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
1818
jobs:
1919
build:
20+
if: github.repository_owner == 'imgproxy'
2021
strategy:
2122
matrix:
2223
build:

0 commit comments

Comments
 (0)