Skip to content

Commit 97648e8

Browse files
committed
Run tests
1 parent dcca2e8 commit 97648e8

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.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/source_instructions.yml

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

0 commit comments

Comments
 (0)