Skip to content

Commit

Permalink
Add Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Jan 15, 2024
1 parent 1ed99e1 commit 4114fd9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on:
push:
tags-ignore:
- '**'
branches:
- '**'
pull_request:
workflow_dispatch:

jobs:
build:
uses: Modflower/.github/workflows/mod-build.yml@main
with:
artifacts: |
'*/build/libs/'
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish

on:
release:
types:
- published

jobs:
build:
uses: Modflower/.github/workflows/mod-publish.yml@main
with:
artifacts: |
'*/build/libs/'
secrets: inherit

0 comments on commit 4114fd9

Please sign in to comment.