Skip to content

add test workflow (#28) #8

add test workflow (#28)

add test workflow (#28) #8

Workflow file for this run

name: Echo
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled]
branches:
- main
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
check_pr_closure:
runs-on: ubuntu-latest
name: Echo
steps:
- name: Show gh ref
run: |
echo ${{ github.ref_name }}
# if tag: echo v2.0.11 < -