Skip to content

Commit

Permalink
Try workflow on this repos testing branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Oct 19, 2023
1 parent b205637 commit e4bbefb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: C/C++ CI Windows

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

jobs:
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
- name: Publish package
run: |
pip install -U "scikit-ci-addons>=0.22.0"
ci_addons publish_github_release qiicr/dcmqi `
ci_addons publish_github_release michaelonken/dcmqi `
--exit-success-if-missing-token `
--release-packages "${{ github.workspace }}\dcmqi-build\dcmqi-build\dcmqi-*-win64.zip" `
--prerelease-packages "${{ github.workspace }}\dcmqi-build\dcmqi-build\dcmqi-*-win64-*.zip" `
--prerelease-packages-clear-pattern "dcmqi-*-win64-*" `
--prerelease-packages-keep-pattern "*<COMMIT_DATE>-<COMMIT_SHORT_SHA>*" `
--token ${{ secrets.GA_TOKEN }}
--token ${{ secrets.RELEASE_TOKEN }}

0 comments on commit e4bbefb

Please sign in to comment.