We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a70958 commit 4f47df8Copy full SHA for 4f47df8
.github/workflows/release.yml
@@ -1,5 +1,10 @@
1
name: Publishing Release
2
on:
3
+ pull_request:
4
+ types: [opened, synchronize, reopened]
5
+ push:
6
+ branches:
7
+ - master
8
release:
9
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#release
10
types: [published]
@@ -175,7 +180,8 @@ jobs:
175
180
$env:PATH += ";C:\taichi_llvm\bin"
176
181
$env:PATH += ";C:\taichi_clang\bin"
177
182
clang --version
178
- cd D:\a\taichi\taichi
183
+ mkdir D:\a\taichi\test_actions
184
+ cd D:\a\taichi\test_actions
179
185
python -m pip install -r requirements_dev.txt
186
cd python
187
git fetch origin master
0 commit comments