Merge pull request #338 from trheyi/main

[_]
This commit is contained in:
Max 2023-04-01 14:25:04 +08:00 committed by GitHub
commit 99ff4b1600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Save PR number
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
echo ${{ github.event.pull_request.head.sha }} > ./pr/SHA
- uses: actions/upload-artifact@v2
with:
name: pr

View file

@ -6,7 +6,7 @@ on:
tags:
description: "Version"
push:
branches: [v0.10.3-dev]
branches: [main]
env:
YAO_DEV: ${{ github.WORKSPACE }}