CI: run on push to any branch

This commit is contained in:
FliegendeWurst 2021-05-11 09:48:32 +02:00
parent b0a389157e
commit 91533a81ba

View File

@ -2,7 +2,8 @@ name: CI
on: on:
push: push:
branches: [ master ] branches:
- '**'
pull_request: pull_request:
branches: [ master ] branches: [ master ]