Skip to content

Commit

Permalink
ci: run full pipeline on docs-only changes (#913)
Browse files Browse the repository at this point in the history
This is technically more heavy than necessary, but I think changes that
only touch docs won't be too frequent and it's better than no CI at all
on those PRs.

Fixes #796.
  • Loading branch information
lidavidm authored Jul 19, 2023
1 parent f667211 commit 32c3f15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/native-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
- "adbc.h"
- "c/**"
- "ci/**"
- "docs/**"
- "glib/**"
- "go/**"
- "python/**"
Expand All @@ -36,6 +37,7 @@ on:
- "adbc.h"
- "c/**"
- "ci/**"
- "docs/**"
- "glib/**"
- "go/**"
- "python/**"
Expand Down

0 comments on commit 32c3f15

Please sign in to comment.