Skip to content

Commit

Permalink
Merge pull request #56 from PreternaturalAI/aksh1t/ENG-1898
Browse files Browse the repository at this point in the history
ENG-1898 Update build workflow
  • Loading branch information
aksh1t authored Jan 17, 2025
2 parents 32ed3e6 + 354ab4a commit 44eedb2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/preternatural-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
uses: PreternaturalAI/preternatural-github-actions/.github/workflows/preternatural-build.yml@main
with:
xcode-version: '16'
configurations: '["debug"]'

0 comments on commit 44eedb2

Please sign in to comment.