Skip to content

Commit

Permalink
Add protection for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Nov 28, 2023
1 parent fe92076 commit 6608ef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -18,9 +18,11 @@ on:
push:
branches:
- 'main'
- 'release/**/*'
pull_request:
branches:
- 'main'
- 'release/**/*'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 6608ef5

Please sign in to comment.