We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f61b3a commit 7ee9126Copy full SHA for 7ee9126
.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