github: fix running ci in version branches

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 9833420a03705919c483a240800ca41c16a1441c)
This commit is contained in:
Tonis Tiigi 2021-08-27 21:10:13 -07:00
parent 944fd444f6
commit 0b320faf34
2 changed files with 4 additions and 0 deletions

View File

@ -5,11 +5,13 @@ on:
push:
branches:
- 'master'
- 'v[0-9]*'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'v[0-9]*'
env:
REPO_SLUG: "docker/buildx-bin"

View File

@ -5,11 +5,13 @@ on:
push:
branches:
- 'master'
- 'v[0-9]*'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'v[0-9]*'
env:
REPO_SLUG_ORIGIN: "moby/buildkit:master"