Skip to content

Commit

Permalink
ci: run full pipeline on docs-only changes
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 committed Jul 18, 2023
1 parent 78d44ac commit fe12630
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 fe12630

Please sign in to comment.