diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29ce019f..8fa36e99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,16 +1,16 @@ -name: CI +name: CI Ubuntu 18.04 on: push: - branches: [ develop ] + branches: [ ubuntu_18.04 ] pull_request: - branches: [ develop ] + branches: [ ubuntu_18.04 ] workflow_dispatch: jobs: build: name: build-linux - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: