Skip to content

Commit

Permalink
Trigger cd on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pkong-ds committed May 23, 2024
1 parent bff2750 commit 612ca98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
on:
push:
branches:
- do-not-run-cd # dont run cd until pageship deployment with github OIDC token is resolved
- main

jobs:
cd:
Expand All @@ -29,7 +29,7 @@ jobs:
elif [[ "${{ github.ref_name }}" == "production" ]]; then
echo "ENV=production" >> $GITHUB_ENV
fi
- name: build html
- name: Build html
run: npm run build
- name: Deploy
env:
Expand Down

0 comments on commit 612ca98

Please sign in to comment.