Skip to content

Commit

Permalink
fix: Correct typescript workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormunoz committed Jul 31, 2024
1 parent 8642e5c commit 6b82a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Typescript Checks
on:
pull_request:
branches: [main]
workflow_dispatch:
workflow_call:
secrets:
AIRTABLE_TOKEN:
required: true
Expand Down

0 comments on commit 6b82a3a

Please sign in to comment.