Skip to content

Commit 155ee28

Browse files
committed
ci: re-enable nix hash workflow; add manual trigger
1 parent a1a9f6e commit 155ee28

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/nix-fix.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Fix PNPM Dependency Hash
22

3-
# on:
4-
# push:
5-
# branches: [main]
6-
# pull_request:
7-
# branches: [main]
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
89

910
concurrency:
1011
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)