Skip to content

Commit

Permalink
Update build.yml: allow manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid authored Sep 28, 2024
1 parent 8e36d07 commit 90313df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build
on:
# Trigger the workflow on any pull request
pull_request:

# Allow manual trigger
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit 90313df

Please sign in to comment.