all repos — min @ e4771c90ad714ed089b205ffb7d47d3c10575a8e

A small but practical concatenative programming language.

Fixed branch filter
h3rald h3rald@h3rald.com
Thu, 21 Jan 2021 03:13:17 +0000
commit

e4771c90ad714ed089b205ffb7d47d3c10575a8e

parent

7e101ca097e42b5514bd0dd9fecb3137be3231b9

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

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

@@ -4,7 +4,7 @@ # Controls when the action will run.

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