Skip to content

Commit

Permalink
rename CI script to build on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed Feb 17, 2022
1 parent 3c5a90b commit d006aac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-container.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: build-docker-container

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-from-source.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: C/C++ CI
name: build-from-source

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion www/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"VERSION_NUMBER": "1.7.2",
"VERSION_HASH" : "bcbdfbf"
"VERSION_HASH" : "ecb64e0"
}

0 comments on commit d006aac

Please sign in to comment.