Skip to content

Commit

Permalink
Merge branch 'pr52-SiteRelEnby-manual-actions' into trunk
Browse files Browse the repository at this point in the history
* pr52-SiteRelEnby-manual-actions:
  Allow manually running GitHub actions workflows
  • Loading branch information
ToyKeeper committed Mar 29, 2024
2 parents f15310e + ce71d0e commit cca0c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build all

on:
# all branches:
[ push, pull_request ]
[ push, pull_request, workflow_dispatch ]
# trunk only:
#push:
# branches: [ "trunk" ]
Expand Down

0 comments on commit cca0c62

Please sign in to comment.