From cb36a90043eccab4ac6d8ea982c592b697e8ae1f Mon Sep 17 00:00:00 2001 From: Noam Yorav-Raphael Date: Wed, 21 Aug 2024 12:38:22 +0300 Subject: [PATCH] Don't run checks when updating README.md --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b480bcc..c88ed23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,12 @@ name: CI on: pull_request: + paths-ignore: + - 'README.md' push: branches: [main, master] + paths-ignore: + - 'README.md' permissions: id-token: "write" @@ -83,4 +87,4 @@ jobs: # key: aarch64-linux-artifacts-${{ github.sha }} # - name: Check tarball # run: nixsa-build/check_tarball.py nixsa-*.tar.xz - \ No newline at end of file +