Merge pull request #364 from EstrellaXD/ci-fix

change: update pr workflow
This commit is contained in:
Estrella Pan
2023-06-29 20:27:36 +08:00
committed by GitHub

View File

@@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
if: >
github.event.pull_request.merged == true &&
github.event.pull_request.base.ref == 'main'
github.event.pull_request.base.ref == 'main' &&
github.event.pull_request.title =~ '^v(\d+\.\d+\.\d+)$'
steps:
- name: Checkout code
uses: actions/checkout@v2