Skip to content

Commit

Permalink
CI: Don't run test and release jobs on doc changes (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 20, 2022
1 parent c635013 commit abfaafb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: Build and Test
on:
push:
paths-ignore: ['docs/**', '**.rst', '**.md']
pull_request:
paths-ignore: ['docs/**', '**.rst', '**.md']
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build distribution
on:
push:
paths-ignore: ['docs/**', '**.rst', '**.md']
pull_request:
paths-ignore: ['docs/**', '**.rst', '**.md']
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'
Expand Down

0 comments on commit abfaafb

Please sign in to comment.