Skip to content

Commit 73e66b2

Browse files
authored
Merge pull request #1 from GenerateNU/update-workflows
added workflow_dispatch
2 parents 846987a + a6ec95b commit 73e66b2

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/backend-build-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Backend Build Check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches: [main]
67
paths:

.github/workflows/backend-lint-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Backend Lint Check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches: [main]
67
paths:

.github/workflows/docker-compose-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docker Compose Check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches: [main]
67

.github/workflows/frontend-build-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Frontend Build Check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches: [main]
67
paths:

.github/workflows/frontend-lint-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Frontend Lint Check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches: [main]
67
paths:

.github/workflows/frontend-prettier-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Frontend Prettier Check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches: [main]
67
paths:

0 commit comments

Comments
 (0)