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 18, 2023
1 parent 8bd679d commit ae454fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish Package
on:
push:
branches: [ ta/sc-222947/maui-support-squashed-build-testing ]
paths-ignore:
'**.md' #Do not need to run CI for markdown changes.
workflow_dispatch:
inputs:
prerelease:
Expand All @@ -14,7 +18,7 @@ on:
jobs:
# Building is done on mac runner due to xcode build dependencies
build:
runs-on: macos-latest-large
runs-on: macos-latest
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -78,7 +82,7 @@ jobs:

# Packing is done on Mac due to ios workload requirements.
pack-nupkg:
runs-on: macos-latest-large
runs-on: macos-latest
needs: sign-dlls
permissions:
id-token: write
Expand Down

0 comments on commit ae454fe

Please sign in to comment.