WIP: Build & Release
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -1,8 +1,5 @@
|
|||||||
name: BuildApp
|
name: BuildApp
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build-frontend:
|
build-frontend:
|
||||||
|
|||||||
@@ -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,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user