test git action
This commit is contained in:
parent
59cf013e3d
commit
32524c42c2
1 changed files with 9 additions and 0 deletions
9
.github/deploy.yml
vendored
Normal file
9
.github/deploy.yml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: Deployment
|
||||||
|
on:
|
||||||
|
branch_protection_rule:
|
||||||
|
types: [created, edited, deleted]
|
||||||
|
jobs:
|
||||||
|
Deploy-Actions:
|
||||||
|
runs-on: taobin-server
|
||||||
|
steps:
|
||||||
|
- run: ls
|
||||||
Loading…
Add table
Add a link
Reference in a new issue