Files
nocodb/.github/workflows/nix-bumper.yml
2025-03-01 16:21:39 +05:30

24 lines
363 B
YAML

name: bumper
on:
workflow_dispatch:
pull_request_target:
branches:
- develop
paths:
- pnpm-lock.yaml
jobs:
bumper:
runs-on: nix
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Run Bumper
run: nix run .#workflows.bumper