Skip to content

Commit

Permalink
PR自动测试脚本完成~
Browse files Browse the repository at this point in the history
Co-Authored-By: LOVE69_Renpy_Remaster_Project <love69renpyremasterproject@luckykeeper.site>
  • Loading branch information
luckykeeper and love69renpyremasterproject committed May 3, 2022
1 parent 2d2695d commit 1ed4a28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Copyright 2021-2022 Luckykeeper & LOVE69 Ren'Py Remaster Project <http://luckykeeper.site|luckykeeper@luckykeeper.site>
#
# You can Modify and use this action script(build-love69.yml) freely under BSD 2-Clause "Simplified" License
# You can Modify and use this action script(test-pr.yml) freely under BSD 2-Clause "Simplified" License
# Description: test pull requests
# Last Update: 2022/05/02

Expand All @@ -11,8 +11,8 @@ on:
pull_request_target:
branches:
- dev
# 测试:手动触发
workflow_dispatch:
# 仅供测试:手动触发
# workflow_dispatch:

env:
RENPY_SDK_VERSION: 7.4.6
Expand All @@ -29,8 +29,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
# with: ref: 'dev' 仅供测试使用
with:
ref: 'dev'
# with:
# ref: 'dev'

- name: 初始化环境
env:
Expand Down

0 comments on commit 1ed4a28

Please sign in to comment.