Update ci.yml

This commit is contained in:
Niklas von Hertzen 2020-07-31 00:57:23 +08:00 committed by GitHub
parent 8f4ec8a0c0
commit 6c86f5f653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,9 @@ name: CI
on: on:
push: push:
branches: [ master, refs/tags/* ] branches: [ master ]
tags:
- 'test*'
pull_request: pull_request:
branches: [ master ] branches: [ master ]