Skip to content

Commit 8da7fea

Browse files
thewtexhjmjohnson
authored andcommitted
ENH: Update CI for ITK 5.4.3
And MeshToPolyData to v0.11.1. Brings in other CI updates.
1 parent 90975fa commit 8da7fea

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/build-test-package.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
name: Build, test, package
22

3-
on: [push,pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- 'v*'
9+
pull_request:
10+
branches:
11+
- main
412

513
jobs:
614
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@fed6f13d145960999e479784df8794df6acb7421
15+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.3
816
with:
917
itk-module-deps: '[email protected]'
10-
1118
python-build-workflow:
12-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@fed6f13d145960999e479784df8794df6acb7421
19+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.3
1320
with:
1421
itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
1522
secrets:

0 commit comments

Comments
 (0)