Skip to content

Commit efcdda2

Browse files
authored
Merge pull request #6 from andoshin11/prepare/v1.0.2
prepare v1.0.2
2 parents dbef784 + 6d39e03 commit efcdda2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: main
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: yarn install --frozen-lockfile
3232
- name: Typecheck
33-
uses: andoshin11/[email protected].1
33+
uses: andoshin11/[email protected].2
3434
```
3535
3636
`tsconfig.json`:

0 commit comments

Comments
 (0)