From 9e6f55c6af3813c198402ea9b4cfbda7801f92a9 Mon Sep 17 00:00:00 2001 From: sebanc Date: Sun, 7 Jan 2024 07:19:10 +0100 Subject: [PATCH] Changelog: - Build Brunch against ChromeOS r120 Note: Install this Brunch version before updating ChromeOS to r120 --- .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 1451e3cb86..78575e1848 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' + - 'r120' 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!