Skip to content

Commit

Permalink
Temp branch event trigger for our tests on v2 actions
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 14, 2020
1 parent ee3946b commit 33f14d6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup-buildx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/setup-buildx-precheckin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/setup-buildx-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/setup-qemu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/setup-qemu-precheckin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down

0 comments on commit 33f14d6

Please sign in to comment.