Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Aug 16, 2024
1 parent 68569bd commit c97742f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: CMake on multiple platforms

on:
workflow_dispatch
on: workflow_dispatch
#push:
# branches: [ "master" ]
#pull_request:
# branches: [ "master" ]

jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit c97742f

Please sign in to comment.