Skip to content

Commit

Permalink
Merge pull request #2 from dragonrealms-phoenix/develop
Browse files Browse the repository at this point in the history
chore: reusable workflow
  • Loading branch information
KatoakDR authored Oct 1, 2023
2 parents 8defefb + 5b7bc3a commit 9d6ad23
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
Expand Up @@ -3,6 +3,8 @@ name: Build
on:
# Allow developers to run this on-demand.
workflow_dispatch:
# Allow the release workflow to trigger this workflow.
workflow_call:
# Validate pull request to confirm that the build is still working.
pull_request:
types:
Expand Down

0 comments on commit 9d6ad23

Please sign in to comment.