mirror of
https://github.com/shirayu/whispering.git
synced 2025-01-22 06:38:13 +00:00
Updated GitHub Action workflow
This commit is contained in:
parent
7682605515
commit
f940fef3b3
2 changed files with 8 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -3,8 +3,10 @@ name: CI
|
|||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
6
.github/workflows/typos.yml
vendored
6
.github/workflows/typos.yml
vendored
|
@ -5,8 +5,10 @@ name: Typos
|
|||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue