diff --git a/.github/workflows/main.yml b/.github/workflows/build-master-branch.yml similarity index 78% rename from .github/workflows/main.yml rename to .github/workflows/build-master-branch.yml index f9b653b..a6255b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/build-master-branch.yml @@ -1,4 +1,4 @@ -name: CI +name: build-master-branch on: push: @@ -12,13 +12,18 @@ concurrency: jobs: - docs: + build: + runs-on: ubuntu-20.04 env: GITHUB_CI: true + steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + submodules: 'recursive' - name: Build run: ./.ci/build.sh