Skip to content

Commit 4f47df8

Browse files
committed
fix 2
1 parent 3a70958 commit 4f47df8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Publishing Release
22
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened]
5+
push:
6+
branches:
7+
- master
38
release:
49
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#release
510
types: [published]
@@ -175,7 +180,8 @@ jobs:
175180
$env:PATH += ";C:\taichi_llvm\bin"
176181
$env:PATH += ";C:\taichi_clang\bin"
177182
clang --version
178-
cd D:\a\taichi\taichi
183+
mkdir D:\a\taichi\test_actions
184+
cd D:\a\taichi\test_actions
179185
python -m pip install -r requirements_dev.txt
180186
cd python
181187
git fetch origin master

0 commit comments

Comments
 (0)