Skip to content

Commit dfea747

Browse files
committed
Merge branch 'main' into develop
# Conflicts: # pyproject.toml
2 parents 1c47441 + 87aeb39 commit dfea747

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci-main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: CI – Main Branch
33
on:
44
pull_request:
55
branches: [main]
6+
push:
7+
branches: [main]
68
workflow_dispatch:
79

10+
811
concurrency:
912
group: ci-main-${{ github.ref }}
1013
cancel-in-progress: true

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ keywords = [
1818
"fastapi", "uvicorn", "distributed-systems", "queuing-theory"
1919
]
2020

21-
homepage = "https://github.com/AsyncFlow-Sim"
21+
homepage = "https://github.com/AsyncFlow-Sim/AsyncFlow"
2222
repository = "https://github.com/AsyncFlow-Sim/AsyncFlow"
23-
documentation = "https://github.com/AsyncFlow-Sim/AsyncFlow-Sim/tree/v0.1.0/docs"
23+
documentation = "https://github.com/AsyncFlow-Sim/AsyncFlow/tree/main/docs"
2424

2525
classifiers = [
2626
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)