Skip to content

Commit dde278d

Browse files
committed
ci: enable all workflow when pushing to ci branch
note: this is usefull for testing workflow rework without breaking main or pushing blind commit...
1 parent 9d5934d commit dde278d

32 files changed

Lines changed: 58 additions & 4 deletions

.github/workflows/aarch64_toolchain.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# ref: https://toolchains.bootlin.com/
22
name: aarch64 Toolchain
33

4-
on: [workflow_dispatch]
4+
on:
5+
push:
6+
branches:
7+
- ci
8+
- main
9+
- v99bugfix
10+
workflow_dispatch:
511

612
concurrency:
713
group: ${{github.workflow}}-${{github.ref}}

.github/workflows/amd64_docker_bazel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Docker Bazel
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_docker_cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Docker CMake
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_linux_bazel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Linux Bazel
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_linux_cmake_coinor_off.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Linux CMake CoinOR OFF
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_linux_cmake_cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Linux CMake C++
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_linux_cmake_dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Linux CMake .Net
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_linux_cmake_glpk_on.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Linux CMake GLPK ON
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_linux_cmake_java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Linux CMake Java
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

.github/workflows/amd64_linux_cmake_python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: amd64 Linux CMake Python
44
on:
55
push:
66
branches:
7+
- ci
78
- main
89
- v99bugfix
910
workflow_dispatch:

0 commit comments

Comments
 (0)