Skip to content

Commit

Permalink
Change ci yaml for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfault1602 committed Dec 8, 2023
1 parent bd97fc2 commit d2cd70a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@ name: ci

on:
push:
branches: [ "develop" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
name:
default: "Manual Trigger"


env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ name: "CodeQL"

on:
push:
branches: [ "main", "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '20 0 * * 0'
Expand Down

0 comments on commit d2cd70a

Please sign in to comment.