Temp branch event trigger for our tests on v2 actions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-14 19:55:34 +02:00
parent ee3946b77e
commit 33f14d658e
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 10 additions and 0 deletions

View file

@ -4,12 +4,14 @@ on:
push:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-buildx-ci.yml
- setup-buildx/**
pull_request:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-buildx-ci.yml
- setup-buildx/**

View file

@ -4,12 +4,14 @@ on:
push:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-buildx-precheckin.yml
- setup-buildx/**
pull_request:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-buildx-precheckin.yml
- setup-buildx/**

View file

@ -4,12 +4,14 @@ on:
push:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-buildx-test.yml
- setup-buildx/**
pull_request:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-buildx-test.yml
- setup-buildx/**

View file

@ -4,12 +4,14 @@ on:
push:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-qemu-ci.yml
- setup-qemu/**
pull_request:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-qemu-ci.yml
- setup-qemu/**

View file

@ -4,12 +4,14 @@ on:
push:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-qemu-precheckin.yml
- setup-qemu/**
pull_request:
branches:
- master
- mig # remove when merged to master
paths:
- .github/workflows/setup-qemu-precheckin.yml
- setup-qemu/**