Skip to content

Commit

Permalink
re-add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Apr 5, 2024
1 parent b683818 commit 4ed085c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/call_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Build

on: [ pull_request, push, workflow_dispatch ]

jobs:
call-workflow:
uses: KessokuTeaTime/.github/.github/workflows/build.yml@main
15 changes: 15 additions & 0 deletions .github/workflows/call_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish Release

on:
workflow_dispatch:
release:
types:
- published

permissions:
contents: write

jobs:
call-workflow:
uses: KessokuTeaTime/.github/.github/workflows/release.yml@main
secrets: inherit

0 comments on commit 4ed085c

Please sign in to comment.