Daniel Karzel
3 years ago
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
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" |
Loading…
Reference in new issue