Skip to content

Commit

Permalink
ci(workflow): update typecheck workflow to trigger on all branches an…
Browse files Browse the repository at this point in the history
…d add manual dispatch

- Changed push trigger to include all branches
- Added workflow_dispatch for manual triggering
  • Loading branch information
S1M0N38 committed Sep 14, 2024
1 parent be29ed5 commit 9b42a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Type Check Code Base
on:
pull_request: ~
push:
branches:
- main
- '*'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 9b42a97

Please sign in to comment.