Skip to content

Commit 5fdcead

Browse files
committed
updated shared
1 parent 6bfb620 commit 5fdcead

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request, push]
33

44
jobs:
55
build:
6-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml
77
secrets: inherit
88
with:
99
vulnerability_scan_only: true

.github/workflows/shared-build-and-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
type: string
2626
default: 'false'
2727
workflow_dispatch:
28+
push:
2829
jobs:
2930
build:
3031
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)