Skip to content

Commit

Permalink
Ignore changes to README on push in all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jul 30, 2023
1 parent 8cd3c75 commit a09d0e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Benchmark
on:
push:
branches: [ "main" ]
paths-ignore:
- 'README.org'
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
push:
branches: [ "main" ]
paths-ignore:
- 'README.org'
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down

0 comments on commit a09d0e3

Please sign in to comment.