Skip to content

Commit 17cca19

Browse files
author
Stanislav Pelak
committed
feat: github actions config
1 parent b982e2f commit 17cca19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484

8585
# Deployment job
8686
deploy:
87+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
8788
environment:
8889
name: github-pages
8990
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)