Skip to content

Commit

Permalink
added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SPDonaghy committed Jun 18, 2024
1 parent 8d09a4e commit de23d60
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR Workflow

on:
pull_request:
branches:
- main

jobs:
say-hello:
runs-on: ubuntu-latest

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

0 comments on commit de23d60

Please sign in to comment.