Skip to content

Commit

Permalink
Update GitHub Build Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh1t committed Oct 14, 2024
1 parent fca3fbd commit b8b3af7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Preternatural Build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
branches: [ master ]
workflow_dispatch:

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

jobs:
build:
runs-on: ghcr.io/cirruslabs/macos-runner:sonoma
Expand Down

0 comments on commit b8b3af7

Please sign in to comment.