Skip to content

run test on github.ref_name #3

run test on github.ref_name

run test on github.ref_name #3

Workflow file for this run

name: CI Pipeline
on:
push:
branches:
- main
- stage
pull_request:
branches:
- main
- stage
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run a simple command
run: echo "Status check placeholder"