Skip to content

Commit

Permalink
Make build workflow reusable.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Jun 22, 2023
1 parent f134781 commit 7a556d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- \d+\.x
pull_request:
workflow_call:

env:
IsForkedRepository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
Expand Down

0 comments on commit 7a556d6

Please sign in to comment.