mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 03:56:49 +00:00
chore(github/workflows/nix-aiopusher): init
This commit is contained in:
21
.github/workflows/nix-aiopusher.yml
vendored
Normal file
21
.github/workflows/nix-aiopusher.yml
vendored
Normal 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
|
||||
1
.github/workflows/nix-bumper.yml
vendored
1
.github/workflows/nix-bumper.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: "bumper"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- "develop"
|
||||
|
||||
Reference in New Issue
Block a user