Skip to content

Commit

Permalink
ci: Website publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 3, 2024
1 parent bcba7fc commit 74b9415
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-v4-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ on:
push:
branches:
- main
- dev/ver/**
- dev/main
# - v4-dev/main
# - v4-dev/v4-upgrade

paths:
- 'Writerside/**'
- '.github/workflows/deploy-v4-website.yml'

tags-ignore:
- v4.**.**
# Specify to run a workflow manually from the Actions tab on GitHub
workflow_dispatch:


# Gives the workflow permissions to clone the repo and create a page deployment
permissions:
id-token: write
Expand Down

0 comments on commit 74b9415

Please sign in to comment.