Skip to content

Commit

Permalink
Develop against main
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Sep 1, 2023
1 parent eef5bed commit 342d3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: codeql

on:
push:
branches: [main, develop]
branches: [main]
paths:
- "**.py"
pull_request:
branches: [main, develop]
branches: [main]
paths:
- "**.py"

Expand All @@ -18,4 +18,3 @@ jobs:
- uses: actions/checkout@v2
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/analyze@v1

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ $ pip install -e .

now your changes will be automatically picked up when you run `dphon`.

**pull requests should be made against the `develop` branch.**

pull requests can be made against `main`.
## code documentation
code documentation is [available on github pages](https://direct-phonology.github.io/dphon) and is automatically generated with `pdoc3` on pushes to `main`.

Expand Down

0 comments on commit 342d3ec

Please sign in to comment.