Skip to content

Commit

Permalink
ENH: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Nov 29, 2024
1 parent 8409a4a commit 2b1b708
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Build, test, package

on: [push,pull_request]
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main

jobs:
cxx-build-workflow:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 comments on commit 2b1b708

Please sign in to comment.