Skip to content

Commit 99e1b32

Browse files
committed
Merge branch 'main' of github.com:Dusty410/mcphub.nvim into colemak
2 parents 5d95310 + 628cd2c commit 99e1b32

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Continuous Integration
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request: ~
3+
# on:
4+
# push:
5+
# branches:
6+
# - main
7+
# pull_request: ~
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploy VitePress site to Pages
22

3-
on:
4-
push:
5-
branches: [main]
6-
workflow_dispatch:
3+
# on:
4+
# push:
5+
# branches: [main]
6+
# workflow_dispatch:
77

88
permissions:
99
contents: read

.github/workflows/nix-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Nix Build
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request: ~
3+
# on:
4+
# push:
5+
# branches:
6+
# - main
7+
# pull_request: ~
88

99
jobs:
1010
tests:

0 commit comments

Comments
 (0)