Skip to content

Commit

Permalink
Fixing CI branch names (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanheller committed Jun 11, 2022
1 parent 0d78b7a commit 51d5ec6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '19 10 * * 0'

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

on:
push:
branches: [ master, dev, vbs, lsc ]
branches: [ main, dev, vbs, lsc ]
pull_request:
branches: [ master, dev, vbs, lsc ]
branches: [ main, dev, vbs, lsc ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allprojects {
group = 'org.vitrivr'

/* Our current version, on dev branch this should always be release+1-SNAPSHOT */
version = '3.11.6'
version = '3.12.0'

apply plugin: 'java-library'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit 51d5ec6

Please sign in to comment.