Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Nov 17, 2023
1 parent 9061ee8 commit 4b220ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Giithub pages overwrite
name: Github pages overwrite
run-name: Deploy client build to GH Pages by @${{ github.actor }}

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

jobs:
publish:
Expand Down

0 comments on commit 4b220ba

Please sign in to comment.