Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Jul 15, 2023
1 parent 98a7159 commit e0fb711
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: App
on:
pull_request:
push:
branches:
- release
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc[0-9.]+'

env:
# Our build metadata
Expand Down Expand Up @@ -44,7 +39,7 @@ jobs:
release:
name: Release Build and Publish
if: github.event_name == 'push'
if: github.event_name == 'push' && false
runs-on: ubuntu-latest
container: ghcr.io/syncthing/syncthing-android-builder
steps:
Expand Down

0 comments on commit e0fb711

Please sign in to comment.