Skip to content

Commit

Permalink
Updating scorecard and circleci config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
madereddy authored Nov 14, 2023
1 parent 6db7adc commit e8a509c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 73 deletions.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,13 @@ workflows:
version: 2
build-master:
jobs:
- build
- build:
filters:
branches:
only: master
- publish-latest:
requires:
- build
filters:
branches:
only: master
72 changes: 0 additions & 72 deletions .github/workflows/scorecard.yml

This file was deleted.

0 comments on commit e8a509c

Please sign in to comment.