From 73c40df7b1bf56cbd4884889787af91d8a068137 Mon Sep 17 00:00:00 2001 From: sebanc Date: Fri, 19 Apr 2024 06:21:31 +0200 Subject: [PATCH] Changelog: - Build Brunch against ChromeOS r123 --- .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 10de38ae16..eb94846f31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build Brunch using Github Actions on: push: branches: - - 'continuous-integration' + - 'r123' 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!