Merge pull request #9467 from hugovk/ci-rm-feature-branch-restriction

Remove branch restriction to allow testing feature branches
This commit is contained in:
Anthony Sottile 2022-01-01 18:29:14 -05:00 committed by GitHub
commit 548cc4fc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- main
- "[0-9]+.[0-9]+.x"
- "test-me-*"
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"