Skip to content

Commit

Permalink
Add workflow_dispatch to build-and-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tteguayco committed Dec 11, 2023
1 parent 7b77f33 commit d03f93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Test

# Runs for PRs opened for any branch, and pushes to the dev branch.
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down

0 comments on commit d03f93e

Please sign in to comment.