on:
push:
name: Job
jobs:
build:
name: Build
runs-on: ubuntu-18.04
steps:
- name: Run shell
run: |
echo "Shell commands here"
on:
push:
name: Job
jobs:
build:
name: Build
runs-on: ubuntu-18.04
steps:
- name: Run shell
run: |
echo "Shell commands here"