update release script

This commit is contained in:
schooltechx 2023-03-20 15:18:44 +07:00
parent 4edef450a3
commit da46b61ad7
2 changed files with 18 additions and 5 deletions

13
action-events.json Normal file
View file

@ -0,0 +1,13 @@
{
"push":{
},
"pull_request": {
"head": {
"ref": "sample-head-ref"
},
"base": {
"ref": "sample-base-ref"
}
}
}