diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef03e0f..5c22d0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - main + push: + branches: + - main jobs: Test-Release: diff --git a/README.md b/README.md index 2903f0a..c35d90f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Please check the [releases](https://github.com/mochidev/swift-webpush/releases) dependencies: [ .package( url: "https://github.com/mochidev/swift-webpush.git", - .upToNextMinor(from: "0.4.0") + .upToNextMinor(from: "0.4.1") ), ], ...