Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Nov 17, 2023
1 parent ec3c385 commit 987a017
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ run-name: Deploy client build to GH Pages by @${{ github.actor }}

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

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

jobs:
publish:
Expand Down

0 comments on commit 987a017

Please sign in to comment.