Skip to content

Commit

Permalink
Temporary workflow trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jul 25, 2024
1 parent 337e014 commit 4cafe1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/diagnostics-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ name: Diagnostics Image Release
on:
workflow_dispatch:
push:
tags:
- '@powersync/diagnostics-app*'

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release-docker-image:
name: Build and Release diagnostics-app Docker Image
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4cafe1e

Please sign in to comment.