chore(github/workflows/nix): clean up

This commit is contained in:
sinanmohd
2025-03-01 16:21:39 +05:30
parent a6da2b8d15
commit 7d4ebec5f3
2 changed files with 9 additions and 12 deletions

View File

@@ -1,21 +1,18 @@
name: "bumper"
name: aiopusher
on:
workflow_dispatch:
pull_request_target:
push:
branches:
- "master"
- master
jobs:
bumper:
aiopusher:
runs-on: nix
permissions:
contents: "write"
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Run Bumper
- name: Run AioPusher
run: nix run .#workflows.aiopusher

View File

@@ -1,19 +1,19 @@
name: "bumper"
name: bumper
on:
workflow_dispatch:
pull_request_target:
branches:
- "develop"
- develop
paths:
- "pnpm-lock.yaml"
- pnpm-lock.yaml
jobs:
bumper:
runs-on: nix
permissions:
contents: "write"
contents: write
steps:
- uses: actions/checkout@v4