Remove unecessary conditions

This commit is contained in:
Unrud 2020-02-27 19:11:28 +01:00 committed by GitHub
parent e747e9a34d
commit 74abe02b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,5 @@
name: Test
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
on: [push, pull_request]
jobs:
test: