Skip to content

Commit

Permalink
Merge pull request DSpace#8959 from tdonohue/port_8941
Browse files Browse the repository at this point in the history
Port recent GitHub Actions changes to `dspace-7_x` branch
  • Loading branch information
tdonohue authored Jul 14, 2023
2 parents f9b7f78 + dd8bfff commit db2a6d9
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 80 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 db2a6d9

Please sign in to comment.