Skip to content

Commit

Permalink
Create hello.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudMabrok committed Mar 3, 2024
1 parent 08a2f39 commit 9a8447e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Hello to first workflow"

on:
push:


jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: step 1
- run: echo "step 1"

0 comments on commit 9a8447e

Please sign in to comment.