Skip to content

Initial commit with all history squashed #38

Initial commit with all history squashed

Initial commit with all history squashed #38

Workflow file for this run

name: Basic workflows
on:
pull_request:
push:
branches: [master]
jobs:
scan:
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
release-sbom:
if: github.event_name == 'push'
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1