Skip to content

Test main 🧪 (bump go mod dependency) #19

Test main 🧪 (bump go mod dependency)

Test main 🧪 (bump go mod dependency) #19

Workflow file for this run

name: Test
run-name: Test ${{ github.ref_name }} 🧪 (${{ github.event.head_commit.message }})
on:
push:
branches:
- main
workflow_dispatch:
inputs:
ref:
type: string
description: 'Branch or tag'
required: true
default: 'main'
jobs:
test:
name: Test
uses: ./.github/workflows/test-job.yml
with:
ref: ${{ github.event.inputs.ref }}