update release workflow

This commit is contained in:
Michał Zieliński
2025-02-19 11:54:10 +01:00
parent 40d0a96f89
commit 3fe0912640
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ module.exports = async ({ github, context }) => {
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: "build.yml",
branch: "master",
branch: "main",
status: "success",
per_page: 1,
});