Compare commits

...

2 Commits

Author SHA1 Message Date
2785d64c02 Update README.md
All checks were successful
test / test (push) Successful in 21s
2025-04-20 05:28:17 +00:00
09214e49b9 [config] revert trigger changes
All checks were successful
test / test (push) Successful in 15s
2025-04-04 14:27:53 -04:00
2 changed files with 3 additions and 4 deletions

View File

@ -2,9 +2,8 @@ name: "test"
run-name: "test" run-name: "test"
on: on:
push: push:
tags: branches:
- "v*" - master
- "!v*-beta*"
jobs: jobs:
test: test:

View File

@ -10,7 +10,7 @@ Use a tagged release to avoid unexpected changes that may come to the master bra
uses: https://code.jakeyoungdev.com/actions/install-go@master uses: https://code.jakeyoungdev.com/actions/install-go@master
with: with:
commands: | commands: |
github.com/jake-young-dev/kelp@v0.0.9 code.jakeyoungdev.com/jake/mctl@v0.3.3
``` ```
#### Go verions #### Go verions