Skip to content

Commit

Permalink
Merge pull request #52 from Peiyang-Song/main
Browse files Browse the repository at this point in the history
Add CI for PR targeting main
  • Loading branch information
Kaiyu Yang authored Jan 22, 2024
2 parents 78b2baa + 07e438e commit 8c7b338
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*.txt
.vscode
tmp
lake-packages
.lake
clang+llvm*
python/__pycache__
4 changes: 4 additions & 0 deletions .github/workflows/push.yml → .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on:
pull_request:
branches:
- main

push:
branches:
- main
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/lake-packages/*
/.lake
.lake

.vscode
*.olean
Expand Down

0 comments on commit 8c7b338

Please sign in to comment.