Skip to content

Commit

Permalink
Switch to main branch (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium authored Oct 23, 2023
1 parent 7370ba3 commit a239af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
ci-pre-commit:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ hana = "sqlalchemy_hana.dialect:HANAHDBCLIDialect"
[project.urls]
Repository = "https://github.com/SAP/sqlalchemy-hana"
"Issue Tracker" = "https://github.com/SAP/sqlalchemy-hana/issues"
Changelog = "https://github.com/SAP/sqlalchemy-hana/blob/master/CHANGES"
Changelog = "https://github.com/SAP/sqlalchemy-hana/blob/main/CHANGES"

[project.license]
text = "Apache-2.0"
Expand Down

0 comments on commit a239af1

Please sign in to comment.