Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap committed Nov 11, 2023
1 parent 57894b9 commit cd00602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: clang-format Check
on:
push:
branches: [ "main", "cleanup" ]
branches: [ "master", "cleanup" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

jobs:
formatting-check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpp-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Linux CI build

on:
push:
branches: [ "main", "cleanup" ]
branches: [ "master", "cleanup" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit cd00602

Please sign in to comment.