Trigger release on pushes to release branches (#358)

This commit is contained in:
Seth Vargo 2023-11-28 22:49:37 -05:00 committed by GitHub
commit 68ea0b8bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ on:
push:
branches:
- 'main'
- 'release/**/*'
jobs:
release: