Skip to content

ci: add separate Dependabot CI workflow using pull_request_target #13

ci: add separate Dependabot CI workflow using pull_request_target

ci: add separate Dependabot CI workflow using pull_request_target #13

Workflow file for this run

name: CI
on:
push:
branches: [develop]
pull_request:
branches: [develop, main]
jobs:
build-and-test:
uses: fireflyframework/.github/.github/workflows/go-ci.yml@main
with:
go-version: '1.25'