Skip to content

Commit

Permalink
ci: restructure actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Sep 10, 2024
1 parent 2128bdb commit c0ffee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-platforms.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c0ffee1

Please sign in to comment.