Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on mac os x; the latest pytho
on:
push:
branches: ["utest", "master"] # ["v3", "v4"]
pull:
branches: ["master"]
pull_request:
branches: ["development", "master"]

jobs:
build-macosx:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ run-name: ${{ github.actor }}::pytest pcdl library on linux os; all python3 vers

on:
push:
branches: ["utest","master"] # ["v3", "v4"]
pull:
branches: ["master"]
branches: ["utest", "master"] # ["v3","v4"]
pull_request:
branches: ["development", "master"]

jobs:
build-linux:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on windows os; the latest pyt
on:
push:
branches: ["utest", "master"] # ["v3", "v4"]
pull:
branches: ["master"]
pull_request:
branches: ["development", "master"]

jobs:
build-windows:
Expand Down
Loading