diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/typecheck.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 011e23f5f..b247d24b4 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -1,6 +1,8 @@ name: typecheck on: + push: + branches: [dev] pull_request: branches: [dev] workflow_dispatch: |
