From 9a8b26da7a3e4479c2857ca9470e79c13449efbd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 10 Apr 2023 12:27:06 +0300 Subject: [PATCH] Allow testing feature branches --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 667f0c86f98..3995b824bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,6 @@ name: CI on: push: - branches: [main] - tags: - # Tags for all potential release numbers till 2030. - - "2[0-9].[0-3]" # 20.0 -> 29.3 - - "2[0-9].[0-3].[0-9]+" # 20.0.0 -> 29.3.[0-9]+ pull_request: schedule: - cron: 0 0 * * MON # Run every Monday at 00:00 UTC