Skip to content

Commit

Permalink
mainonly
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Jun 6, 2024
1 parent c1c1fa3 commit 8ef8ab4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
pull_request:
branches:
- main
- develop
push:
branches:
- develop
- main
- 'wheel/**'
- 'runci/**'
release:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: check examples
on:
pull_request:
branches:
- develop
- main
schedule:
# 04:00 every Saturday morning
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
pull_request:
branches:
- main
- develop
push:
branches:
- develop
- main
- 'wheel/**'
- 'runci/**'

Expand All @@ -31,4 +30,4 @@ jobs:
black --check .
- name: Run pylint
run: |
pylint --recursive=y --ignore=ttn_tutorial.py,mps_tutorial.py */
pylint --recursive=y --ignore=ttn_tutorial.py,mps_tutorial.py */
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pip install -e .
## Contributing

Pull requests are welcome. To make a PR, first fork the repo, make your proposed
changes on the `develop` branch, and open a PR from your fork. If it passes
changes on the `main` branch, and open a PR from your fork. If it passes
tests and is accepted after review, it will be merged in.

### Code style
Expand Down

0 comments on commit 8ef8ab4

Please sign in to comment.