Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Nov 9, 2024
1 parent ab28be8 commit 3c4c3fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build documentations

on:
push:
branches: [ "docs" ]
branches: [ "docs", "main" ]
workflow_run:
workflows: ["Upload Python Package"]
types:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Python Package using Conda
on:
push:
branches: [ devel ]
pull_request:
branches: [ devel, main ]

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name: Upload Python Package

on:
pull_request:
push:
branches: [ main ]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "PyTomoATT"
description = "Your project description"
authors = [
{ name = "Mijian Xu", email = "[email protected]" },
{ name = "Mijian Xu", email = "[email protected]" },
{ name = "Masaru Nagaso" }
]
license = { text = "GPL-3.0" }
Expand Down

0 comments on commit 3c4c3fe

Please sign in to comment.