Skip to content

Create ci-cd.yml

Create ci-cd.yml #1

Workflow file for this run

name: CI/CD
on:
push:
branches: [main, dev]
workflow_dispatch:
permissions:
contents: write
statuses: write
jobs:
ci_cd:
name: self-hosted run
runs-on: ubuntu-latest
steps:
- name: hello world
run: echo "hello world"