Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix workflows voor 5.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Apr 12, 2021
1 parent d6f6203 commit 99b6a8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ name: "CodeQL"

on:
push:
branches: [ master, v5.4.x, v5.6.x, v5.8.x ]
branches: [ master, v5.6.x, v5.8.x ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ v5.8.x ]
schedule:
- cron: '26 18 * * 0'
- cron: '26 19 * * 0'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [ubuntu-20.04]
strategy:
matrix:
java: [11]
java: [8, 11]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 99b6a8b

Please sign in to comment.