Skip to content

Commit

Permalink
ci: No duplicate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 20, 2022
1 parent 98333a8 commit b0cd8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit b0cd8c9

Please sign in to comment.