👷 run CI for release branches
This commit is contained in:
parent
09237272bc
commit
fa5d3b5a9b
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
- release/*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
- release/*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
- release/*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user