Skip to content

Commit

Permalink
Create hello-world.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaud authored Dec 26, 2024
1 parent 411f9e9 commit cec8304
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: hello-world
on:
push:
branches: [master]
workflow_dispatch:

jobs:
say-hello:
name: Print Hello World
runs-on: ubuntu-latest

steps:
- name: Say Hello
run: echo "Hello World"

0 comments on commit cec8304

Please sign in to comment.