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
|
||||
on:
|
||||
branch_protection_rule:
|
||||
types: [created, edited, deleted]
|
||||
pull_request:
|
||||
branches:
|
||||
- release
|
||||
types:
|
||||
- closed
|
||||
jobs:
|
||||
Deploy-Actions:
|
||||
if_merged:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: taobin-server
|
||||
steps:
|
||||
- run: ls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue