Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

chore(deps): update amezin/detect-changes-action action to v2.2.1 #134

chore(deps): update amezin/detect-changes-action action to v2.2.1

chore(deps): update amezin/detect-changes-action action to v2.2.1 #134

Workflow file for this run

name: pr
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
- pull_request
permissions:
contents: read
jobs:
build:
if: github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
uses: ./.github/workflows/build.yml
with:
push: false
release:
if: github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
uses: ./.github/workflows/release.yml
with:
dry-run: true