WIP: Build & Release

This commit is contained in:
Michał Zieliński
2025-02-12 15:41:02 +01:00
parent b5c5bf08d2
commit 050f2694d6
2 changed files with 1 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
name: BuildApp
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-frontend:

View File

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