We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9183f7b commit 664346eCopy full SHA for 664346e
.github/workflows/website-deploy.yml
@@ -1,6 +1,11 @@
1
name: Deploy roocode.com
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
+ paths:
8
+ - 'apps/web-roo-code/**'
9
workflow_dispatch:
10
11
env:
@@ -10,6 +15,7 @@ env:
15
jobs:
16
deploy:
12
17
runs-on: ubuntu-latest
18
+ if: ${{ secrets.VERCEL_TOKEN != '' }}
13
19
steps:
14
20
- name: Checkout code
21
uses: actions/checkout@v4
.github/workflows/website-preview.yml
name: Preview roocode.com
+ branches-ignore:
preview:
0 commit comments