Skip to content

Commit

Permalink
Merge pull request #785 from kevingreenman/v2/update-branch-name
Browse files Browse the repository at this point in the history
V2/update-branch-name
  • Loading branch information
kevingreenman committed Apr 22, 2024
2 parents 2b963de + 3d71f18 commit 22fb3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
name: Continuous Integration

on:
# run on pushes/pull requests to/against main or v2/dev
# run on pushes/pull requests to/against main
push:
branches: [main]
pull_request:
branches: [main, v2/dev]
branches: [main]
# run this in the morning on weekdays to catch dependency issues
schedule:
- cron: "0 8 * * 1-5"
Expand Down
1 change: 0 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Option 2: Installing from source
git clone https://github.com/chemprop/chemprop.git
cd chemprop
git checkout v2/dev
pip install .
Option 3: Installing via Docker
Expand Down

0 comments on commit 22fb3f6

Please sign in to comment.