Skip to content

Commit

Permalink
Trigger to test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Oct 1, 2023
1 parent 1207458 commit 7f7bbdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD

on:
push:
branches: [main]
branches: [main, wojciechos/cleanup-ci]
tags: [v*]

jobs:
Expand All @@ -12,8 +12,6 @@ jobs:
- name: Call AMD Build Workflow
id: amd_build
uses: ./.github/workflows/docker-build-publish-amd.yml
with:
tag: ${{ github.ref }}
outputs:
AMD_IMAGE_TAG: ${{ steps.amd_build.outputs.AMD_IMAGE_TAG }}

Expand Down

0 comments on commit 7f7bbdd

Please sign in to comment.