Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Jan 8, 2024
1 parent 9b75054 commit 334e5f0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ v0.8-DEV ]
branches: [ v1.0-DEV ]
schedule:
- cron: '18 12 * * 3'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven_Java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java 11

on:
push:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]
pull_request:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven_Java14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java 14

on:
push:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]
pull_request:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven_Java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java 17

on:
push:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]
pull_request:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven_Java17_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java 17 on Windows

on:
push:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]
pull_request:
branches: [ v0.9-DEV ]
branches: [ v1.0-DEV ]

jobs:
build:
Expand Down

0 comments on commit 334e5f0

Please sign in to comment.