Add protection for release branches (#351)

This commit is contained in:
Seth Vargo 2023-11-28 10:52:27 -05:00 committed by GitHub
parent fe9207673e
commit 097d292c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,11 @@ on:
push:
branches:
- 'main'
- 'release/**/*'
pull_request:
branches:
- 'main'
- 'release/**/*'
workflow_dispatch:
concurrency: