Build installers on push to release branches (#11321)

This commit is contained in:
Chris Marslender 2022-04-26 16:18:16 -05:00 committed by GitHub
parent 7892148bdc
commit 3abcbf1dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- 'release/**'
tags: tags:
- '**' - '**'
pull_request: pull_request:

View File

@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- main - main
- 'release/**'
tags: tags:
- '**' - '**'
pull_request: pull_request:

View File

@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- main - main
- 'release/**'
tags: tags:
- '**' - '**'
pull_request: pull_request:

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- 'release/**'
tags: tags:
- '**' - '**'
pull_request: pull_request:

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- 'release/**'
tags: tags:
- '**' - '**'
pull_request: pull_request:

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- 'release/**'
tags: tags:
- '**' - '**'
pull_request: pull_request: