Skip to content

Commit

Permalink
add approval to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anoushk1234 authored Dec 6, 2023
1 parent b24ecef commit d3881cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build_and_test:
name: Build the client
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v2

Expand All @@ -30,6 +31,7 @@ jobs:
check_and_publish:
name: Check semver and publish to crates.io
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit d3881cc

Please sign in to comment.