Skip to content

Commit c2f2a5e

Browse files
committed
refactor: change trigger from push to workflow_dispatch for VPS deployment
1 parent d6ba0f9 commit c2f2a5e

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/Contribution.Manager.VPS.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: Contribution Manager App - VPS
22

33
on:
4-
push:
5-
branches: [ master, main ]
6-
paths:
7-
- 'src/**'
8-
- 'public/**'
9-
- 'package.json'
10-
- 'package-lock.json'
11-
- 'next.config.ts'
12-
- 'tailwind.config.ts'
13-
- 'tsconfig.json'
14-
- 'deploy/Dockerfile.c-m-app'
15-
- '.github/workflows/Contribution.Manager.VPS.yaml'
4+
workflow_dispatch:
5+
# push:
6+
# branches: [ master, main ]
7+
# paths:
8+
# - 'src/**'
9+
# - 'public/**'
10+
# - 'package.json'
11+
# - 'package-lock.json'
12+
# - 'next.config.ts'
13+
# - 'tailwind.config.ts'
14+
# - 'tsconfig.json'
15+
# - 'deploy/Dockerfile.c-m-app'
16+
# - '.github/workflows/Contribution.Manager.VPS.yaml'
1617

1718
env:
1819
SERVICE_NAME: frontend

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Contribution Hub Manager is a secure web application that serves as the frontend interface for the [Contribution Hub API](https://github.com/PROxZIMA/ContributionAPI). It enables developers to manage their authentication credentials for multiple platforms (GitHub, Azure DevOps) in a secure, encrypted manner and visualize their aggregated contributions across all platforms.
3939

4040
<div align="center">
41-
<img src="https://c-hub-api.azurewebsites.net/contributions/svg?userId=6SqDR5hL6rSnVZwAycOX3BBFxjK2&year=2025&darkMode=true" alt="Contribution Activity">
41+
<img src="https://c-hub-api.azurewebsites.net/contributions/svg?userId=6SqDR5hL6rSnVZwAycOX3BBFxjK2&year=2025&darkMode=true&" alt="Contribution Activity">
4242
</div>
4343

4444
### Key Features

0 commit comments

Comments
 (0)