added fresh workflows

This commit is contained in:
polymorphicshade 2024-04-19 15:49:30 -06:00
parent d8dd9f834a
commit 5c0b49787d
2 changed files with 26 additions and 0 deletions

13
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: CI
on:
workflow_dispatch:
jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- name: Print environment
run: env | grep ^GITHUB

13
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Release
on:
workflow_dispatch:
jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- name: Print environment
run: env | grep ^GITHUB