-
-
Notifications
You must be signed in to change notification settings - Fork 388
task: v4 prep #4344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task: v4 prep #4344
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ on: | |
| branches: | ||
| - main | ||
| - v3 | ||
| - v4 | ||
| pull_request: | ||
|
|
||
| concurrency: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -111,6 +111,8 @@ const socialLinks = [ | |
| </div> | ||
| </header> | ||
|
|
||
| <div class="preset-tonal text-center p-4">You are viewing the archived Skeleton v4.0 documentation.</div> | ||
|
|
||
|
Comment on lines
112
to
+115
|
||
| <style is:global> | ||
| @reference '../../../app.css'; | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This workflow now only triggers on pushes to
v4. If the intent is to have GitHub Actions run “alongside main and v3” (per the PR description) or to keep publishing active formain/v3, include those branches here (or clarify in the PR description that publishing is intentionally limited tov4).