All checks were successful
start compose / start-compose (push) Successful in -45s
14 lines
174 B
YAML
14 lines
174 B
YAML
name: start compose
|
|
|
|
on:
|
|
- pull_request
|
|
- push
|
|
|
|
jobs:
|
|
start-compose:
|
|
runs-on: shell
|
|
steps:
|
|
- name: restart Compose
|
|
shell: bash
|
|
run: ls
|