Publish on push to prepare and patch branches (#14648)

This commit is contained in:
Luke Heath 2023-10-23 11:41:41 -05:00 committed by GitHub
parent e6d4ed5f7a
commit 23d8087401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@ name: Docker publish
on:
push:
branches:
- 'main'
- 'prepare-*'
- 'patch-*'
paths-ignore:
- 'handbook/**'
- 'website/**'