Improved CI setting

This commit is contained in:
Yuta Hayashibe 2022-09-27 12:24:49 +09:00
parent 9ae00e79a3
commit ff681be9b2

View file

@ -1,6 +1,10 @@
---
name: CI
"on": push
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches:
- '**'
jobs:
ci: