Skip to content

Commit 27d955b

Browse files
committed
Run jobs
1 parent 8157e7e commit 27d955b

4 files changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/cpp_integration_tests_32bit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: C++ Integration Tests (ubuntu-latest gcc 32-bit)
2-
on:
3-
pull_request:
4-
push:
5-
branches: main
2+
on: push
63
jobs:
74
build-and-test:
85
runs-on: ubuntu-latest

.github/workflows/cpp_integration_tests_clang.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: C++ Integration Tests (ubuntu-latest clang)
2-
on:
3-
pull_request:
4-
push:
5-
branches: main
2+
on: push
63
jobs:
74
build-and-test:
85
runs-on: ubuntu-latest

.github/workflows/cpp_integration_tests_mac.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: C++ Integration Tests (macos-latest)
2-
on:
3-
pull_request:
4-
push:
5-
branches: main
2+
on: push
63
jobs:
74
build-and-test:
85
runs-on: macos-latest

.github/workflows/cpp_integration_tests_win.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: C++ Integration Tests (windows-latest msbuild)
2-
on:
3-
pull_request:
4-
push:
5-
branches: main
2+
on: push
63
jobs:
74
build-and-test:
85
runs-on: windows-latest

0 commit comments

Comments
 (0)