Merge pull request #49 from travier/ci-docs-only-changes

ci: Don't rebuild images on doc only changes
This commit is contained in:
Colin Walters 2023-11-09 15:33:14 -05:00 committed by GitHub
commit 5bf5ee31f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,11 @@
name: ci name: ci
on: on:
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore:
- 'docs/**'
jobs: jobs:
build-image: build-image:

View File

@ -3,7 +3,9 @@ name: publish-image
on: on:
push: push:
branches: branches:
- main - main
paths-ignore:
- 'docs/**'
workflow_dispatch: workflow_dispatch: