From 7bfa374ddf925d257c1ed8ca1c08065c2edefc47 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 30 Mar 2020 19:07:08 +0200 Subject: [PATCH] run ci on every branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e93a4deb..989f2d18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: schedule: - cron: '0 2 * * *' # run at 2 AM UTC push: - branches: [ master ] + branches: [ '*' ] pull_request: branches: [ master ]