Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed Feb 11, 2025
1 parent 15ec334 commit 216b891
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name: CI - Build

on:
pull_request:
push:
branches:
- master
# push:
# branches:
# - master
workflow_dispatch:
inputs:
ref:
description: 'Ref to build (for Pull Requests, use refs/pull/NNN/head)'
required: true

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down

0 comments on commit 216b891

Please sign in to comment.