Skip to content

BUG: Prevent duplicate CI builds #115

BUG: Prevent duplicate CI builds

BUG: Prevent duplicate CI builds #115

name: Build, test, package
on: push:

Check failure on line 3 in .github/workflows/build-test-package.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 3
branches:
- main
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
secrets:
pypi_password: ${{ secrets.pypi_password }}