Skip to content

Commit bee0f8b

Browse files
authored
Merge pull request #33 from duylongpro99/development
re
2 parents d0c2eb4 + 7ee9126 commit bee0f8b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ on:
77
jobs:
88
build:
99
if: github.event.pull_request.merged == true
10-
name: Build Application
1110
uses: ./.github/workflows/build-reusable.yml

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
name: Deploy Application to Vercel
1313
runs-on: ubuntu-latest
1414
needs: build
15-
environment: production
1615
steps:
1716
- name: Checkout Code
1817
uses: actions/checkout@v4

0 commit comments

Comments
 (0)