Skip to content

nn.yaml

nn.yaml #57

Workflow file for this run

name: Simple CI/CD Pipeline
on:
push:
branches:
- MileStone5eric
jobs:
do-nothing:
runs-on: ubuntu-latest
steps:
- name: Do nothing
run: echo "This is a simple CI/CD pipeline that does nothing."