Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from travier/ci-docs-only-changes
Browse files Browse the repository at this point in the history
ci: Don't rebuild images on doc only changes
  • Loading branch information
cgwalters authored Nov 9, 2023
2 parents b743160 + cd3031a commit 5bf5ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: ci

on:

pull_request:
branches:
- main
- main
paths-ignore:
- 'docs/**'

jobs:
build-image:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: publish-image
on:
push:
branches:
- main
- main
paths-ignore:
- 'docs/**'

workflow_dispatch:

Expand Down

0 comments on commit 5bf5ee3

Please sign in to comment.