Skip to content

Commit

Permalink
Merge branch 'main' into bingenito-scorecard-token
Browse files Browse the repository at this point in the history
  • Loading branch information
psmulovics authored Mar 3, 2024
2 parents d46f126 + c41cf27 commit 7c88cab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ main ]

permissions:
contents: read

jobs:
build:
uses: ./.github/workflows/build.yml
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: [ "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*" ]

permissions:
contents: read

jobs:
build:
uses: ./.github/workflows/build.yml
Expand Down

0 comments on commit 7c88cab

Please sign in to comment.