From 56d7e0ffa189c165feb33e091d433a3816e307c5 Mon Sep 17 00:00:00 2001 From: sebanc Date: Thu, 26 Dec 2024 09:34:44 +0100 Subject: [PATCH] Changelog: - Build Brunch against ChromeOS r131 --- .github/workflows/build.yml | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 README.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd5f0bf491..bbaf434a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - 'continuous-integration' + - 'r131' paths-ignore: - 'README.md' concurrency: diff --git a/README.md b/README.md deleted file mode 100644 index d9dd4f2906..0000000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Specific repo used for automated Brunch releases building. - -The releases in this repository are therefore experimental, use at your own risk!