Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

set minimal debugging workflow #10

set minimal debugging workflow

set minimal debugging workflow #10

Workflow file for this run

name: A - Set Version Echo
on:
push:
branches-ignore:
- main
jobs:
echo-message:
runs-on: ubuntu-latest
steps:
- name: Echo a status message
run: echo "Workflow A completed"