11 lines
179 B
YAML
11 lines
179 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Greet
|
|
run: echo "Hello, World!" |