1 parent b89c93c commit f68cea5Copy full SHA for f68cea5
1 file changed
.github/workflows/cd.yml
@@ -10,7 +10,7 @@ jobs:
10
deploy-dev:
11
name: Deploy to Dev
12
runs-on: ubuntu-latest
13
- if: github.ref == 'refs/heads/main'
+ if: false
14
environment: dev
15
16
steps:
0 commit comments