From a8680f8b77966ccb5bb369c95fbbc6b24a141d8a Mon Sep 17 00:00:00 2001 From: Embedded DevOps Date: Mon, 20 May 2024 09:33:29 -0700 Subject: [PATCH] Adding debug output 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 691b0a4..c245476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: release: needs: [test, changes] - if: ${{ needs.changes.outputs.version_changed == 'true' }} && github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3