Updated GitHub Action workflow

This commit is contained in:
Yuta Hayashibe 2022-09-29 15:33:04 +09:00
parent 7682605515
commit f940fef3b3
2 changed files with 8 additions and 4 deletions

View file

@ -3,8 +3,10 @@ name: CI
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches:
- '**'
types:
- opened
- synchronize
- reopened
jobs:
ci:

View file

@ -5,8 +5,10 @@ name: Typos
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches:
- '**'
types:
- opened
- synchronize
- reopened
jobs:
build: