Skip to content

build(deps): bump cloudflare/wrangler-action from 3.0.1 to 3.1.0 #343

build(deps): bump cloudflare/wrangler-action from 3.0.1 to 3.1.0

build(deps): bump cloudflare/wrangler-action from 3.0.1 to 3.1.0 #343

Workflow file for this run

---
name: "⭕ Trunk"
on:
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
types: [opened, synchronize]
schedule:
- cron: "0 07 * * 5"
workflow_dispatch: {}
jobs:
check:
if: github.event.schedule != '0 07 * * 5'
name: "⚡"
uses: z-shell/.github/.github/workflows/[email protected]
upload:
if: github.event.schedule == '0 07 * * 5'
name: "🆙"
uses: z-shell/.github/.github/workflows/[email protected]
secrets:
trunk-token: ${{ secrets.TRUNK_TOKEN }}