hotfix(pipelines): added the pipelines and also minor fixes in the te… #1
This file contains 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: 'default' | |
on: | |
push: | |
branches: | |
- 'main' | |
tags: | |
- '*' | |
pull_request: | |
branches: | |
- 'main' | |
workflow_dispatch: | |
permissions: | |
checks: 'write' # code_check-style_golangci_lint | |
contents: 'write' # delivery-release | |
jobs: | |
default: | |
uses: 'rios0rios0/pipelines/.github/workflows/go-binary.yaml@main' | |
with: | |
binary_name: 'terra' |