From 5a77bf71b2bc24c5ae90ab3cb2f18e86f443a312 Mon Sep 17 00:00:00 2001 From: sebanc Date: Mon, 2 Oct 2023 14:24:33 +0200 Subject: [PATCH] Changelog: - Build Brunch against ChromeOS r116 - Update kernels to r118 --- .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 d2b11ef108..f337a36f02 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' + - 'r116' 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!