Skip to content

Commit

Permalink
CI/CD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-A committed Dec 30, 2023
1 parent 94bb15f commit 2d80300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
branches: [ "main" ]
branches: [ "master" ]
jobs:
run-build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cpplint

on:
push:
branches: [ "main" ]
branches: [ "master" ]
jobs:
run-lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: valgrind

on:
push:
branches: [ "main" ]
branches: [ "master" ]
jobs:
run-valgrind:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d80300

Please sign in to comment.