Skip to content

Commit 5bbd46d

Browse files
committed
one lin e
1 parent c927ae1 commit 5bbd46d

27 files changed

+28
-57
lines changed

.github/workflows/build-bazel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-bazel
22

3-
# on: [push, pull_request]
4-
on: []
3+
on: [push, pull_request]
54

65
jobs:
76
bazel:

.github/workflows/build-clang.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-clang
22

3-
# on: [push, pull_request]
4-
on: []
3+
on: [push, pull_request]
54

65
jobs:
76
debug:

.github/workflows/build-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-linux
22

33
on: [push, pull_request]
4-
on: []
54

65
jobs:
76
debug:

.github/workflows/build-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-macos
22

33
on: [push, pull_request]
4-
on: []
54

65
jobs:
76
debug:

.github/workflows/build-meson.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-meson
22

33
on: [push, pull_request]
4-
on: []
54

65
jobs:
76
buildmeson:

.github/workflows/build-nuget-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-nuget-package
22

3-
# on: [push, pull_request]
4-
on: []
3+
on: [push, pull_request]
54

65
concurrency:
76
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-python-package
22

3-
# on: [push, pull_request]
4-
on: []
3+
on: [push, pull_request]
54

65
concurrency:
76
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/build-python-sdist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-python-sdist
22

3-
# on: [push, pull_request]
4-
on: []
3+
on: [push, pull_request]
54

65
jobs:
76
build_sdist_ubuntu:

.github/workflows/build-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-windows
22

3-
# on: [push, pull_request]
4-
on: []
3+
on: [push, pull_request]
54

65
jobs:
76
fast_build_release:

.github/workflows/cmake-linux-cpp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: cmake-linux-cpp
22

33
on: [push, pull_request]
4-
on: []
54

65
jobs:
76
release:

0 commit comments

Comments
 (0)