Skip to content

fix: InlineKeyboardButton extended with WebApp and other new fields -… #54

fix: InlineKeyboardButton extended with WebApp and other new fields -…

fix: InlineKeyboardButton extended with WebApp and other new fields -… #54

Workflow file for this run

name: Go CI
on:
push:
branches:
- '**'
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 }}