Skip to content

Commit

Permalink
fix 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Nov 17, 2023
1 parent ab75f5c commit cb3c699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Github pages overwrite
run-name: Deploy client build to GH Pages

on:
paths:
- client/**
push:
branches:
- prod
- "prod"
paths:
- "client/**"
# NOTE: You may want to limit the trigger branch to be "main" or "master" etc.
workflow_dispatch:

Expand Down

0 comments on commit cb3c699

Please sign in to comment.