Skip to content

Commit

Permalink
enable builds of PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmac committed Nov 27, 2020
1 parent 46519fa commit 30a1131
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify-push.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: verify-push

on: push
on: [ push, pull_request ]

jobs:
build:
#run if push or pull_requests from fork
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 30a1131

Please sign in to comment.