This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Squashed changes from #1475."
This reverts the changes merged from #1475 so they can be retested.
- Loading branch information
1 parent
df5aa30
commit 4d657ac
Showing
270 changed files
with
3,288 additions
and
5,189 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- "main" | ||
|
||
jobs: | ||
mirror-main-branch-to-master-branch: | ||
|
@@ -12,6 +12,6 @@ jobs: | |
id: mirror | ||
uses: google/[email protected] | ||
with: | ||
source: main | ||
dest: master | ||
source: "main" | ||
dest: "master" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
*.log | ||
.p4config | ||
doc/html | ||
discrete_voronoi.pgm | ||
*build*/ | ||
.idea/ |
Oops, something went wrong.