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
1 changed files with 4 additions and 2 deletions

View File

@ -2,10 +2,12 @@ name: CI
on:
push:
branches: [ master, refs/tags/* ]
branches: [ master ]
tags:
- 'test*'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest