ci: Update workflows to use dev

This commit is contained in:
Wanjohi
2025-07-20 23:46:05 +03:00
parent 5315daa932
commit 85d6fdd213
4 changed files with 17 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ on:
- "apps/www/**"
- ".github/workflows/www.yml"
push:
branches: [main]
branches: [dev]
paths:
- "apps/www/**"
- ".github/workflows/www.yml"
@@ -37,4 +37,4 @@ jobs:
workingDirectory: "apps/www"
command: pages deploy ./dist --project-name=${{ vars.CF_WWW_PAGES_PROJECT_NAME }} --commit-dirty=true
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}