Skip to content

Add workflow to check tags #1

Add workflow to check tags

Add workflow to check tags #1

Workflow file for this run

name: Check tag from upstream
on:
push:
tags:
jobs:
some-job:
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.ref }}"