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
parent 67e9c72af6
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: