Skip to content

Commit

Permalink
Merge branch 'v5.1.0' into DATASTD-2160
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored Apr 17, 2024
2 parents 66d1cf7 + b7fb343 commit 17939bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/on-pullrequest-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ name: On Pull Request - Security

on:
pull_request:
branches: [ main ]
branches:
- main
- v*
workflow_dispatch:

permissions:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
schedule:
- cron: '15 23 * * 0'
push:
branches: [ "main" ]
branches:
- main
- v*
workflow_dispatch:

# Declare default permissions as read only.
Expand Down

0 comments on commit 17939bd

Please sign in to comment.