Skip to content

Add GitHub Actions workflow for Or Condition demo #44

Add GitHub Actions workflow for Or Condition demo

Add GitHub Actions workflow for Or Condition demo #44

Workflow file for this run

name: CI
on: push
jobs:
product-check:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: runs for Arjun
run: echo "Deploying to production server on branch $GITHUB_REF"