ci: Add condition to execute CI workflow for release package. (#3298)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-08-13 04:57:13 -03:00 committed by GitHub
commit 4e6b7398b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,7 @@ env:
jobs:
ci:
if: ${{ github.event.inputs.release_package_base == true || github.event.inputs.release_package_main == true }}
name: CI
uses: ./.github/workflows/ci.yml