We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0c2eb4 + 7ee9126 commit bee0f8bCopy full SHA for bee0f8b
.github/workflows/build.yml
@@ -7,5 +7,4 @@ on:
7
jobs:
8
build:
9
if: github.event.pull_request.merged == true
10
- name: Build Application
11
uses: ./.github/workflows/build-reusable.yml
.github/workflows/deploy.yml
@@ -12,7 +12,6 @@ jobs:
12
name: Deploy Application to Vercel
13
runs-on: ubuntu-latest
14
needs: build
15
- environment: production
16
steps:
17
- name: Checkout Code
18
uses: actions/checkout@v4
0 commit comments