Skip to content

Commit

Permalink
Fixes #1603 - Allow for workflow dispatch actions to run anywhere (#1604
Browse files Browse the repository at this point in the history
)

* Fixes 1603 - Allow for workflow dispatch actions to run anywhere

* Remove some whitespace
  • Loading branch information
jonespm authored Aug 2, 2024
1 parent 244815c commit af4c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build:
# to test a feature, change the repo name to your github id
if: github.repository_owner == 'tl-its-umich-edu'
if: github.repository_owner == 'tl-its-umich-edu' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit af4c3fa

Please sign in to comment.