Skip to content

Commit

Permalink
changes to build.yml file to perform actions workflow for Swift Packa…
Browse files Browse the repository at this point in the history
…ge build".
  • Loading branch information
naveenmindera committed Apr 8, 2024
1 parent 0d9fff3 commit ededa6d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Swift Package Build

on:
push:
branches:
- MKMPT-7-SPM
pull_request:
branches:
- MKMPT-7-SPM

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: swift build

0 comments on commit ededa6d

Please sign in to comment.