From 011a4e541e2ec1150386df2b5c9c5f09b2e5ca4e Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 12 Jan 2021 19:49:23 +0100 Subject: [PATCH] Remove branch restrictions for CI eun. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b6758c2..44de290b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ on: workflow_dispatch: push: - branches: - - master paths-ignore: - '.dockerignore' - '.github/workflow/e2e.yml' @@ -22,8 +20,6 @@ on: # Hmm, annoying, do we really have to duplicate this? pull_request: - branches: - - master paths-ignore: - '.dockerignore' - '.github/workflow/e2e.yml'