diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c88ed23..b480bcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,8 @@ name: CI on: pull_request: - paths-ignore: - - 'README.md' push: branches: [main, master] - paths-ignore: - - 'README.md' permissions: id-token: "write" @@ -87,4 +83,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