Run only on branches
This commit is contained in:
parent
e5ab24a1fc
commit
be2a6aa0bd
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
@ -23,6 +23,8 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# Run on PR from different remote not on PR from within WebGoat (committers)
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user