Skip to content

Commit

Permalink
Update build_deploy.yml
Browse files Browse the repository at this point in the history
add option to trigger workflows manually
  • Loading branch information
ITotalJustice authored Mar 11, 2024
1 parent 81fa68b commit 341304e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build and deploy (win, linux, mac, web)

# only run if pushed to the master branch
on:
push
[push, workflow_dispatch]

jobs:
build-web:
Expand Down

1 comment on commit 341304e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.