mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 00:45:19 +00:00
chore(github/workflows/release-nocodb): add nix-aiopusher
This commit is contained in:
4
.github/workflows/nix-aiopusher.yml
vendored
4
.github/workflows/nix-aiopusher.yml
vendored
@@ -2,9 +2,7 @@ name: aiopusher
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
aiopusher:
|
||||
|
||||
3
.github/workflows/release-nocodb.yml
vendored
3
.github/workflows/release-nocodb.yml
vendored
@@ -121,3 +121,6 @@ jobs:
|
||||
uses: ./.github/workflows/publish-docs.yml
|
||||
secrets:
|
||||
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
|
||||
|
||||
aiopusher:
|
||||
uses: ./.github/workflows/nix-aiopusher.yml
|
||||
|
||||
Reference in New Issue
Block a user