Skip to content

Commit

Permalink
Merge pull request #80 from micahmo/feature/workflows
Browse files Browse the repository at this point in the history
Add shell for new workflows
  • Loading branch information
micahmo authored Feb 3, 2023
2 parents a7567c1 + f4b3d96 commit 9d13e38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Generate Release

on:
workflow_dispatch:
4 changes: 4 additions & 0 deletions .github/workflows/update_versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Update Versions

on:
workflow_dispatch:

0 comments on commit 9d13e38

Please sign in to comment.