Prevent builds from running on forks

Resolves gh-1678
This commit is contained in:
Ellie Bahadori
2020-09-02 09:44:18 -07:00
committed by Eleftheria Stein-Kousathana
parent 21c9fb0cfa
commit 8b5b3701da
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: github.repository == 'spring-projects/spring-session'
strategy:
matrix:
jdk: [8, 11]