15 lines
210 B

name: CI
on:
pull_request:
push:
branches:
- 'staging'
- 'master'
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: print hello world
run: echo "hello world"