Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Aug 15, 2020
1 parent bc7009f commit a26d576
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
'ubuntu-latest',
'windows-latest',
],
branch: [
context.payload.ref.replace('refs/heads/', '')
],
include: [
{
inspect_image: 'test_project_scratch',
Expand All @@ -68,7 +65,9 @@ jobs:
inspect_image: 'hello-world',
prepare_command: ':',
build_command: 'docker pull hello-world',
},
}, {
branch: process.env.GITHUB_REF.replace('refs/heads/', '')
}
],
exclude: [
{
Expand Down

0 comments on commit a26d576

Please sign in to comment.