We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be36ed5 commit 707f8faCopy full SHA for 707f8fa
3 files changed
.github/workflows/docs-locale-sync.yml
@@ -1,11 +1,7 @@
1
name: docs-locale-sync
2
3
on:
4
- push:
5
- branches:
6
- - dev
7
- paths:
8
- - packages/web/src/content/docs/*.mdx
+ workflow_dispatch:
9
10
jobs:
11
sync-locales:
.github/workflows/nix-eval.yml
@@ -1,10 +1,6 @@
name: nix-eval
- branches: [dev]
- pull_request:
workflow_dispatch:
concurrency:
.github/workflows/nix-hashes.yml
@@ -5,14 +5,6 @@ permissions:
- branches: [dev, beta]
- - "bun.lock"
12
- - "package.json"
13
- - "packages/*/package.json"
14
- - "flake.lock"
15
- - "nix/node_modules.nix"
16
- "nix/scripts/**"
17
- "patches/**"
18
- ".github/workflows/nix-hashes.yml"
0 commit comments