all repos — min @ ae032f3c6cf91f99d6c75778632d009849edbeec

A small but practical concatenative programming language.

Modified branch for testing release workflow
h3rald h3rald@h3rald.com
Thu, 21 Jan 2021 03:09:44 +0000
commit

ae032f3c6cf91f99d6c75778632d009849edbeec

parent

8b67c64bfc52014d8b9bd0cf4443aec408fb6391

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/release.yml.github/workflows/release.yml

@@ -5,7 +5,7 @@ on:

# Run only when a new tag is pushed push: tags: - - 'v*.*.*' + - 'test-**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: