Skip to content

Commit

Permalink
Remove conditional for build
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Aug 25, 2024
1 parent 9c0ff46 commit 046db83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package pull requests
name: Package specific branch

on:
push:
Expand All @@ -9,7 +9,6 @@ jobs:
build:
name: Xcode build and analyze
runs-on: macos-13
if: contains(github.event.pull_request.labels.*.name, 'buildable')

steps:
- name: Checkout
Expand Down

0 comments on commit 046db83

Please sign in to comment.