Skip to content

Commit e69f30d

Browse files
committed
@ update workflows : branch v3 specific.
1 parent 9fa559e commit e69f30d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ run-name: ${{ github.actor }}::pytest pcdl library on mac os x; the latest pytho
77

88
on:
99
push:
10-
branches: ["v3"] # ["master", "utest", "v4"]
10+
branches: ["v3"] # only!
1111

1212
jobs:
1313
build-macosx:

.github/workflows/linux.yml

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

88
on:
99
push:
10-
branches: ["v3"] # ["master", "utest", "v4"]
10+
branches: ["v3"] # only!
1111

1212
jobs:
1313
build-linux:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ run-name: ${{ github.actor }}::pytest pcdl library on windows os; the latest pyt
77

88
on:
99
push:
10-
branches: ["v3"] # ["master", "utest", "v4"]
10+
branches: ["v3"] # only!
1111

1212
jobs:
1313
build-windows:

0 commit comments

Comments
 (0)