workflows: pre-release trigger on **pre-release** branches for testing

This commit is contained in:
@RandyMcMillan 2022-12-25 23:14:46 -05:00 committed by randymcmillan
parent 89cee33305
commit eb859da6a2
No known key found for this signature in database
GPG Key ID: 85495A938B7F78DF
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- 'master'
- '**-pre-release'
- '**pre-release**'
workflow_dispatch:

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- 'master'
- '**-pre-release'
- '**pre-release**'
workflow_dispatch: