Skip to content

Commit

Permalink
fix workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Nov 21, 2023
1 parent 9a06c20 commit a62ccad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cp_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy Web Version to hackertab.dev

on: workflow_dispatch
on:
workflow_dispatch:

env:
VITE_BUILD_TARGET: 'web'
VITE_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
Expand Down

0 comments on commit a62ccad

Please sign in to comment.