Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srmarohit authored May 18, 2024
1 parent 41c6e0d commit dc75725
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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"

0 comments on commit dc75725

Please sign in to comment.