From d1f02afe7975c6f66221077aca077f71f84bcbdf Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 24 Dec 2021 02:42:15 +0100 Subject: [PATCH] [TASK] Always run the CI build after a push (#354) This will allow us to test things on the CI pipeline without having to create a dummy/draft PR for this. Hopefully, this will also allow builds for forks. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffcc42..ae5d4e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,6 @@ name: CI with Composer scripts on: push: - branches: - - main - pull_request: schedule: - cron: '15 3 * * 1' jobs: