Skip to content

Commit

Permalink
feat(dev): added workflow dispatch for dart build
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Nov 22, 2023
1 parent f715098 commit 77c3fda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
# Allows us to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 77c3fda

Please sign in to comment.