We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fd993 commit 9b252e1Copy full SHA for 9b252e1
2 files changed
.github/workflows/e2e-tests.yaml
@@ -3,6 +3,7 @@ name: E2E Tests
3
on:
4
pull_request:
5
push:
6
+ branches: [master]
7
8
jobs:
9
e2e-tests:
.github/workflows/unit-tests.yaml
@@ -3,6 +3,7 @@ name: Unit Tests
unit-tests:
@@ -18,3 +19,13 @@ jobs:
18
19
20
- name: Run Unit Tests
21
run: make test-unit
22
+
23
+ scan:
24
+ needs: unit-tests
25
+ if: github.event_name == 'pull_request'
26
+ uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
27
28
+ release-sbom:
29
30
+ if: github.event_name == 'push'
31
+ uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1
0 commit comments