Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(github): update github action to only push on merges to main br…
Browse files Browse the repository at this point in the history
…anch
  • Loading branch information
dtfiedler committed May 8, 2024
1 parent 834bb5f commit 227389b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/litestream.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Litestream

# TODO: change to only in main and for litestream changes
on: [push]
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'litestream/**'
jobs:
push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 227389b

Please sign in to comment.