Run build-only CI on dev pushes

This commit is contained in:
Shantur Rathore
2026-01-06 20:30:37 +00:00
parent 7fe8fee295
commit ac04d5daf7

View File

@@ -1,16 +1,18 @@
name: Dev Release name: Dev CI
on: on:
push:
branches:
- dev
workflow_dispatch: workflow_dispatch:
permissions: permissions:
id-token: write contents: read
contents: write
jobs: jobs:
dev-release: dev-ci:
uses: ./.github/workflows/reusable-release.yml uses: ./.github/workflows/build-and-upload.yml
with: with:
version_suffix: -dev upload: false
dist_tag: dev set_versions: false
secrets: inherit secrets: inherit