test git action
This commit is contained in:
parent
32524c42c2
commit
89368c7311
1 changed files with 7 additions and 3 deletions
10
.github/deploy.yml
vendored
10
.github/deploy.yml
vendored
|
|
@ -1,9 +1,13 @@
|
||||||
name: Deployment
|
name: Deployment
|
||||||
on:
|
on:
|
||||||
branch_protection_rule:
|
pull_request:
|
||||||
types: [created, edited, deleted]
|
branches:
|
||||||
|
- release
|
||||||
|
types:
|
||||||
|
- closed
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-Actions:
|
if_merged:
|
||||||
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: taobin-server
|
runs-on: taobin-server
|
||||||
steps:
|
steps:
|
||||||
- run: ls
|
- run: ls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue