Skip to content

Remove unnecessary workflow_call trigger from actionci caller workflo… #152

Remove unnecessary workflow_call trigger from actionci caller workflo…

Remove unnecessary workflow_call trigger from actionci caller workflo… #152

Workflow file for this run

name: CI
on:
push:
tags-ignore:
- 'v*'
branches:
- "master"
pull_request:
workflow_call:
permissions:
contents: read
jobs:
ci:
permissions:
actions: read
contents: read
security-events: write
uses: smallstep/workflows/.github/workflows/goCI.yml@main
with:
only-latest-golang: false
run-codeql: true