Skip to content

Commit

Permalink
chore: run only pull or push
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 9, 2020
1 parent 6eccef7 commit 576afe0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
on: [push, pull_request]
on:
push:
branches:
- master
- main
- default
pull_request:
branches:
- '**'

name: Typecheck
jobs:
test:
check:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 576afe0

Please sign in to comment.