Update ci.yml

This commit is contained in:
ByteDream 2022-04-16 02:02:10 +02:00 committed by GitHub
parent a98eb56fba
commit 543b9c3668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
name: CI
on:
push:
branches: [ master ]
@ -5,7 +7,7 @@ on:
branches: [ master ]
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3