diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml new file mode 100644 index 0000000000..67339e9644 --- /dev/null +++ b/.github/workflows/pr.yaml @@ -0,0 +1,20 @@ +name: PR only + +on: + pull_request: + branches: + - master + - celo* + +permissions: + contents: read + +jobs: + dependencies: + concurrency: ci-${{ github.ref }} + runs-on: ubuntu-latest + steps: + - name: "Dependency Review" + uses: actions/dependency-review-action@v4 + with: + warn-only: true