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

View file

@ -1,11 +1,11 @@
name: release name: release
run-name: release ${{ github.actor }} run-name: release ${{ github.actor }}
on: on:
push: # push:
tags: # tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # - 'v[0-9]+.[0-9]+.[0-9]+'
tags-ignore: # tags-ignore:
- '2.*' # - '2.*'
# Allow run workflow manually from Action tab # Allow run workflow manually from Action tab
workflow_dispatch: workflow_dispatch:
inputs: inputs:

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"
}
}
}