Skip to content

Commit 659cef7

Browse files
committed
chore: add workflow dispatch to nix ci
1 parent fe0e511 commit 659cef7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- develop
77
pull_request:
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read
@@ -56,4 +57,4 @@ jobs:
5657
-e AWS_SESSION_TOKEN=${{ env.AWS_SESSION_TOKEN }} \
5758
base_nix bash -c "./workspace/docker/nix/build_nix.sh"
5859
name: build psql bundle on ${{ matrix.arch }}
59-
60+

0 commit comments

Comments
 (0)