Skip to content

Commit

Permalink
Merge remote-tracking branch 'dspace/main' into fix-inherit-policies-…
Browse files Browse the repository at this point in the history
…at-item-move
  • Loading branch information
Koen Pauwels committed Oct 16, 2023
2 parents 51d20fa + 1d4c441 commit 489c3ad
Show file tree
Hide file tree
Showing 91 changed files with 1,527 additions and 603 deletions.
26 changes: 0 additions & 26 deletions .github/disabled-workflows/pull_request_opened.yml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/codescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
# because CodeQL requires a fresh build with all tests *disabled*.
name: "Code Scanning"

# Run this code scan for all pushes / PRs to main branch. Also run once a week.
# Run this code scan for all pushes / PRs to main or maintenance branches. Also run once a week.
on:
push:
branches: [ main ]
branches:
- main
- 'dspace-**'
pull_request:
branches: [ main ]
branches:
- main
- 'dspace-**'
# Don't run if PR is only updating static documentation
paths-ignore:
- '**/*.md'
Expand Down
Loading

0 comments on commit 489c3ad

Please sign in to comment.