From 059f1b78944dfc9ca2d0bdc1ca143bde3522fcf2 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Thu, 28 Jan 2021 23:18:35 +0100 Subject: [PATCH] Enable GitHub actions again --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7e85588..a468cde 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -4,9 +4,9 @@ name: Check # events but only for the master branch on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: