Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Apr 5, 2024
1 parent 7be7169 commit c10fd18
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 66 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build.yml

This file was deleted.

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
14 changes: 14 additions & 0 deletions .github/workflows/call_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish Release

on:
workflow_dispatch:
release:
types:
- published

permissions:
contents: write

jobs:
call-workflow:
uses: KessokuTeaTime/.github/.github/workflows/release.yml@main
34 changes: 0 additions & 34 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit c10fd18

Please sign in to comment.