Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Simple Workflow

on: [push] # triggers when code is pushed

---
name: basic workflow
on:
pull_request:
branches:
- main
jobs:
demo-job:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Say Hello
run: echo "Hello from GitHub Actions!"
- name: lowlevel command
run: echo hello

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yes i want to readme.md file is update
yes i want to readme.md file is update ####