feat: refactoring to support latest tbotapi and botsfw changes #317
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Go CI | |
on: | |
push: | |
branches-ignore: | |
- renovate/** | |
tags: | |
- 'v[0-9]+\.[0-9]+\.[0-9]+' # Push events to matching v*, i.e. v20.15.10 | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
strongo_workflow: | |
permissions: | |
contents: write | |
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main | |
secrets: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |