Skip to content

Commit 1838dc5

Browse files
Don't run stewards build on forks
1 parent 5a14955 commit 1838dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stewards-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
build:
12+
if: github.ref == 'refs/heads/main' && github.repository == 'processing/p5.js'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)