Taobin-Recipe-Manager/.github/deploy.yml
2023-10-25 10:53:22 +07:00

13 lines
215 B
YAML

name: Deployment
on:
pull_request:
branches:
- release
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: taobin-server
steps:
- run: ls