diff --git a/.bun-version b/.bun-version deleted file mode 100644 index e8ea05d..0000000 --- a/.bun-version +++ /dev/null @@ -1 +0,0 @@ -1.2.4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a0717f5..d4adec5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -4,10 +4,24 @@ on: push: branches: - main + paths: + - "examples/**" + - "package/**" + - ".github/workflows/e2e.yml" + - "pnpm-lock.yaml" + - "pnpm-workspace.yaml" + - "mise.toml" pull_request: types: [opened, synchronize, reopened] branches: - main + paths: + - "examples/**" + - "package/**" + - ".github/workflows/e2e.yml" + - "pnpm-lock.yaml" + - "pnpm-workspace.yaml" + - "mise.toml" jobs: test: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bbcc22f..c319526 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -19,9 +19,7 @@ jobs: if: ${{ startsWith(github.head_ref, 'feat') || startsWith(github.head_ref, 'fix') || contains(github.event.pull_request.labels.*.name, 'preview') }} permissions: id-token: write - contents: write - packages: write - pull-requests: write + contents: read steps: - name: ⬇️ Checkout repo uses: actions/checkout@v4 @@ -32,7 +30,7 @@ jobs: node-version-file: .node-version - name: ⌛ Setup CI - uses: variableland/gh-actions/actions/setup-pnpm-bun@main + uses: variableland/gh-actions/actions/setup-pnpm@main - name: 🚀 Preview release uses: variableland/gh-actions/actions/monorepo-preview-release@main