Skip to content

Merge branch 'master' of https://github.com/srmarohit/interview-prepa… #2

Merge branch 'master' of https://github.com/srmarohit/interview-prepa…

Merge branch 'master' of https://github.com/srmarohit/interview-prepa… #2

Workflow file for this run

name: Thank You Workflow
on:
push:
branches:
- '**' # This will trigger on push events to any branch
jobs:
thank_you:
runs-on: ubuntu-latest
steps:
- name: Print Thank You Message
run: echo "Thank you for pushing to the branch"