CI: update workflows
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
ed3b1fa3c2
commit
79ab3e74a5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
|
@ -2,7 +2,7 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [2.6.x]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
# - cron: '0 4 * * *' # everyday at 4:00 AM UTC
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 2.6.x
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in a new issue