Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: chore workflow_dispatch

Princesseuh 398e2ca3 65b9d614

+13 -2
+10
.github/workflows/benchmark.yaml
··· 4 4 push: 5 5 branches: 6 6 - "main" 7 + paths: 8 + - "crates/**" 9 + - "benchmarks/**" 10 + - "Cargo.toml" 11 + - "Cargo.lock" 7 12 pull_request: 13 + paths: 14 + - "crates/**" 15 + - "benchmarks/**" 16 + - "Cargo.toml" 17 + - "Cargo.lock" 8 18 workflow_dispatch: 9 19 10 20 env:
+3 -2
.github/workflows/release.yml
··· 1 1 name: Release / Publish 2 2 3 3 on: 4 + workflow_dispatch: 4 5 push: 5 6 branches: 6 7 - main ··· 23 24 fetch-depth: 0 24 25 25 26 - name: Publish crates (tag + publish) 26 - uses: bruits/sampo/crates/sampo-github-action 27 + uses: bruits/sampo/crates/sampo-github-action@main 27 28 env: 28 29 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 29 30 with: ··· 39 40 fetch-depth: 0 40 41 41 42 - name: Open/refresh Release PR 42 - uses: bruits/sampo/crates/sampo-github-action 43 + uses: bruits/sampo/crates/sampo-github-action@main 43 44 env: 44 45 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 45 46 with: