Skip to content

Commit

Permalink
Move branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Apr 30, 2023
1 parent 413132b commit 083d742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
-v*
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.11)
cmake_minimum_required (VERSION 3.15)

set(git_version 139)
set(git_version 148)
project(Diagon
LANGUAGES C CXX
VERSION 1.0.${git_version}
Expand Down

0 comments on commit 083d742

Please sign in to comment.