Skip to content

Commit

Permalink
Merge pull request #7 from noamraph/actions-ignore-readme
Browse files Browse the repository at this point in the history
Don't run checks when updating README.md
  • Loading branch information
noamraph authored Aug 21, 2024
2 parents 427936f + cb36a90 commit 2186352
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -83,4 +87,4 @@ jobs:
# key: aarch64-linux-artifacts-${{ github.sha }}
# - name: Check tarball
# run: nixsa-build/check_tarball.py nixsa-*.tar.xz


0 comments on commit 2186352

Please sign in to comment.