Skip to content

Commit

Permalink
.github/workflows/build-syncthing-macos.yml: Skip debug build on rele…
Browse files Browse the repository at this point in the history
…ase branch
  • Loading branch information
xor-gate committed Jul 5, 2023
1 parent 6f495fb commit 94a8d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-syncthing-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
#
build-debug:
name: Build debug
if: github.ref_name != 'release' # Debug not necessary on release branch (develop is intermediate branch)
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 94a8d7b

Please sign in to comment.