Skip to content

Commit

Permalink
Now tests run for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
R533-Code committed Sep 21, 2024
1 parent 0803dea commit 4469c42
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cmake-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ on:
- '**/*.yml'
pull_request:
branches: [ "main" ]
paths:
- '**/*.cpp'
- '**/*.h'
- '**/CMakeLists.txt'
- '**/*.yml'

jobs:
build-and-test:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/cmake-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ on:
- '**/*.yml'
pull_request:
branches: [ "main" ]
paths:
- '**/*.cpp'
- '**/*.h'
- '**/CMakeLists.txt'
- '**/*.yml'

jobs:
build:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/cmake-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ on:
- '**/*.yml'
pull_request:
branches: [ "main" ]
paths:
- '**/*.cpp'
- '**/*.h'
- '**/CMakeLists.txt'
- '**/*.yml'

env:
BUILD_TYPE: Debug
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- '**/*.cpp'
- '**/*.h'
schedule:
- cron: '20 21 * * 4'

Expand Down

0 comments on commit 4469c42

Please sign in to comment.