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 name: BuildApp
on: on:
push:
branches:
- main
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build-frontend: build-frontend:

View File

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