mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-27 05:45:54 +03:00
[PR #116] [MERGED] Restrict astro workflow to run only on www/ changes #114
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debloper/xiosk/pull/116
Author: @parthsidpara
Created: 9/19/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @debloper
Base:
main← Head:workflow/limit-deploy-to-www📝 Commits (2)
a5f6bddworkflow: trigger deploy only on changes in www/055c2a3change list convention📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
.github/workflows/astro.yml(+4 -2)📄 Description
The astro deployment workflow was previously running on every push to
main, even when unrelated parts of the repository were modified.This PR updates the workflow trigger to run only when files inside the
www/directory change🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.