Skip to content

Commit 68ee142

Browse files
committed
fix: remove unused push trigger for feat/cp-build branch in GitHub Actions workflow
1 parent 524aad1 commit 68ee142

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/develop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Deploy Develop branch to the web version
22
on:
33
workflow_dispatch:
4-
push:
5-
branches:
6-
- feat/cp-build
4+
75
env:
86
VITE_BUILD_TARGET: 'web'
97
VITE_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}

0 commit comments

Comments
 (0)