chore(github/workflows/nix-aiopusher): init

This commit is contained in:
sinanmohd
2025-03-01 16:17:34 +05:30
parent 86f7b031f0
commit a6da2b8d15
2 changed files with 22 additions and 0 deletions

21
.github/workflows/nix-aiopusher.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: "bumper"
on:
workflow_dispatch:
pull_request_target:
branches:
- "master"
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.aiopusher

View File

@@ -1,6 +1,7 @@
name: "bumper"
on:
workflow_dispatch:
pull_request_target:
branches:
- "develop"