Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Nov 7, 2024
1 parent 0f952d6 commit 3b2e608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
name: Linux CI

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cmake-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
jobs:
build:
runs-on: macos-latest
name: macOS CI

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Windows CI
on:
workflow_dispatch:
push:
branches: [ "devel", "master" ]
branches: [ "master", "devel" ]
pull_request:
branches: [ "devel", "master" ]
branches: [ "master", "devel" ]

env:
BUILD_TYPE: RelWithDebInfo
Expand Down

0 comments on commit 3b2e608

Please sign in to comment.