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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build-frontend:
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user