Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AmesingFlank committed Sep 7, 2021
1 parent 3a70958 commit 4f47df8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Publishing Release
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
release:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#release
types: [published]
Expand Down Expand Up @@ -175,7 +180,8 @@ jobs:
$env:PATH += ";C:\taichi_llvm\bin"
$env:PATH += ";C:\taichi_clang\bin"
clang --version
cd D:\a\taichi\taichi
mkdir D:\a\taichi\test_actions
cd D:\a\taichi\test_actions
python -m pip install -r requirements_dev.txt
cd python
git fetch origin master
Expand Down

0 comments on commit 4f47df8

Please sign in to comment.