From 6241f3bcab7e395912dc5befbda7e9ea772f4448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20A=C4=9Facan?= Date: Mon, 21 Jul 2025 13:04:35 +0100 Subject: [PATCH 1/2] CI: Test PRs and commits to all branches, instead of just master --- .github/workflows/dart.yml | 2 -- mono_repo.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index f078c49c9..eae5e0031 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -2,9 +2,7 @@ name: Dart CI on: push: - branches: master pull_request: - branches: master schedule: - cron: "0 0 * * 0" defaults: diff --git a/mono_repo.yaml b/mono_repo.yaml index 93f1d7860..0d8d0ab58 100644 --- a/mono_repo.yaml +++ b/mono_repo.yaml @@ -5,9 +5,7 @@ github: on: # Run CI on pushes to the master branch, and on PRs against master. push: - branches: master pull_request: - branches: master schedule: - cron: "0 0 * * 0" From 026caca2eb990d3335fc6a36b2965a2f58c3ac90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Mon, 21 Jul 2025 20:07:53 +0100 Subject: [PATCH 2/2] Update --- .github/workflows/dart.yml | 1 + mono_repo.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index eae5e0031..b6fe5a8ab 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -2,6 +2,7 @@ name: Dart CI on: push: + branches: master pull_request: schedule: - cron: "0 0 * * 0" diff --git a/mono_repo.yaml b/mono_repo.yaml index 0d8d0ab58..565f3074d 100644 --- a/mono_repo.yaml +++ b/mono_repo.yaml @@ -5,6 +5,7 @@ github: on: # Run CI on pushes to the master branch, and on PRs against master. push: + branches: master pull_request: schedule: - cron: "0 0 * * 0"