Skip to content

Commit

Permalink
fix: release-process (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh authored Sep 11, 2024
1 parent 83a24d2 commit 554eef0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/on-push.yaml → .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: on-push
name: checks

on:
push:
branches:
- main
pull_request_target:
types:
- opened
- synchronize

jobs:
rust-workflow:
uses: affinidi/pipeline-rust/.github/workflows/on-push.yaml@main
rust-pipeline:
uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@main
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"
publish_dry_run: false
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "release"

on:
push:
branches:
- main


jobs:
rust-pipeline:
uses: affinidi/pipeline-rust/.github/workflows/release.yaml@main
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"

0 comments on commit 554eef0

Please sign in to comment.