update release script
This commit is contained in:
parent
4edef450a3
commit
da46b61ad7
2 changed files with 18 additions and 5 deletions
13
action-events.json
Normal file
13
action-events.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"push":{
|
||||
|
||||
},
|
||||
"pull_request": {
|
||||
"head": {
|
||||
"ref": "sample-head-ref"
|
||||
},
|
||||
"base": {
|
||||
"ref": "sample-base-ref"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue