Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 13, 2023
1 parent d9a8436 commit 375d4be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # If you only need the current version keep this.

- uses: ./.github/actions/publish
- uses: ./.github/actions/ci
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
name: Publish Package
on:
workflow_dispatch:
inputs:
prerelease:
description: 'Is this a prerelease.' # use this to control publish tag, for instance NPM wouldn't set latest.
type: boolean
required: true
dry_run:
description: 'Is this a dry run. If so no package will be published.'
type: boolean
required: true
push:
branches: [ ta/sc-222947/maui-support-squashed-build-testing ]
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [ ta/sc-222947/maui-support-squashed-build-testing ]
paths-ignore:
- '**.md'
# workflow_dispatch:
# inputs:
# prerelease:
# description: 'Is this a prerelease.' # use this to control publish tag, for instance NPM wouldn't set latest.
# type: boolean
# required: true
# dry_run:
# description: 'Is this a dry run. If so no package will be published.'
# type: boolean
# required: true

jobs:
build-publish:
Expand Down

0 comments on commit 375d4be

Please sign in to comment.