diff --git a/.github/workflows/build-platforms.yml b/.github/workflows/build-platforms.yml index 85512cc9..bd5a82b3 100644 --- a/.github/workflows/build-platforms.yml +++ b/.github/workflows/build-platforms.yml @@ -1,6 +1,9 @@ name: Build Platforms -# This workflow is triggered on pushes to the repository. -on: [ pull_request, workflow_call, workflow_dispatch ] +on: + push: + branches: + - main + pull_request: jobs: linux: diff --git a/README.md b/README.md index 8f851976..2a0a5c81 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # notify-rust -[![build](https://img.shields.io/github/actions/workflow/status/hoodie/notify-rust/ci.yml?branch=main)](https://github.com/hoodie/notify-rust/actions?query=workflow%3A"Continuous+Integration") +[![build](https://img.shields.io/github/actions/workflow/status/hoodie/notify-rust/build-platforms.yml?branch=main)](https://github.com/hoodie/notify-rust/actions?query=workflow%3A"Continuous+Integration") [![Crates.io](https://img.shields.io/crates/d/notify-rust)](https://crates.io/crates/notify-rust) [![contributors](https://img.shields.io/github/contributors/hoodie/notify-rust)](https://github.com/hoodie/notify-rust/graphs/contributors) ![maintenance](https://img.shields.io/maintenance/yes/2025)