Skip to content

Commit

Permalink
Run CI on pull requests from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ribesg committed May 28, 2024
1 parent 3b78b6f commit b9e4320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Build

on:
pull_request:
push:
branches-ignore:
- main

jobs:
ci:
name: CI
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork }}
uses: ./.github/workflows/ci.yml
with:
isRelease: false
Expand Down

0 comments on commit b9e4320

Please sign in to comment.