Skip to content

Commit

Permalink
fix: release process
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Sep 11, 2024
1 parent 75c3ee2 commit 437c902
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: checks

on:
pull_request_target:
types:
- opened
- synchronize

jobs:
rust-pipeline:
uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@main
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071"
18 changes: 0 additions & 18 deletions .github/workflows/on-push.yaml

This file was deleted.

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 437c902

Please sign in to comment.