ronit/linked_list - wap to insert/delete node in linked list #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |