Skip to content

Commit

Permalink
chore: change action to run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Oct 11, 2024
1 parent 0e2ce03 commit cdad3e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/temp-spm-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: workflow_dispatch
on:
push:
name: "temp test spm"
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.binaryTarget(
name: packageName,
url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0/powersync-sqlite-core.xcframework.tar.gz",
checksum: "65e09557520aabadfd5897c59a7b5e542f85a6c161b546dcb58109f63e0478e7"
checksum: "SHOULD BE UPDATED BY GITHUB ACTION"
)
]
)

0 comments on commit cdad3e2

Please sign in to comment.