Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PreternaturalAI/AI into ENG…
Browse files Browse the repository at this point in the history
…-1846
  • Loading branch information
vmanot committed Jan 21, 2025
2 parents 96c7895 + 44eedb2 commit e28c30f
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 e28c30f

Please sign in to comment.