diff options
author | 2024-06-16 18:40:28 +0200 | |
---|---|---|
committer | 2024-06-16 18:40:28 +0200 | |
commit | d3a9a41dbabf83bc01bd1f0162b136f362264db9 (patch) | |
tree | 28c0098852a5636655ccf4f4f58fb962b0b116de | |
parent | Update keycloakify (diff) |
Update
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1431211..04eba5d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,8 +35,7 @@ jobs: create_github_release: runs-on: ubuntu-latest needs: check_if_version_upgraded - # We create a release only if the version have been upgraded and we are on a default branch - if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' && github.event_name == 'push' + if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 |