Skip to content

Commit

Permalink
ci: Test workflow on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsupitsu committed Oct 5, 2024
1 parent 17c3422 commit abda9f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-frontend-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feat/github-actions-frontend
paths:
- 'frontend/**'
- '.github/workflows/deploy-frontend-to-dev.yml'
Expand Down Expand Up @@ -38,5 +39,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
app_location: "./frontend"
output_location: "frontend/dist"
output_location: "dist"
app_build_command: "npm run build"

0 comments on commit abda9f2

Please sign in to comment.