Skip to content

Commit d66a0f6

Browse files
authored
Merge pull request #36 from elmbeech/master
update workflow to scverse rules
2 parents d10170b + 94746f5 commit d66a0f6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on mac os x; the latest pytho
88
on:
99
push:
1010
branches: ["utest", "master"] # ["v3", "v4"]
11-
pull:
12-
branches: ["master"]
11+
pull_request:
12+
branches: ["development", "master"]
1313

1414
jobs:
1515
build-macosx:

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ run-name: ${{ github.actor }}::pytest pcdl library on linux os; all python3 vers
77

88
on:
99
push:
10-
branches: ["utest","master"] # ["v3", "v4"]
11-
pull:
12-
branches: ["master"]
10+
branches: ["utest", "master"] # ["v3","v4"]
11+
pull_request:
12+
branches: ["development", "master"]
1313

1414
jobs:
1515
build-linux:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on windows os; the latest pyt
88
on:
99
push:
1010
branches: ["utest", "master"] # ["v3", "v4"]
11-
pull:
12-
branches: ["master"]
11+
pull_request:
12+
branches: ["development", "master"]
1313

1414
jobs:
1515
build-windows:

0 commit comments

Comments
 (0)