diff --git a/.github/main.workflow.yml b/.github/workflows/workflow.yml similarity index 76% rename from .github/main.workflow.yml rename to .github/workflows/workflow.yml index 810dc349..0b9e4c8c 100644 --- a/.github/main.workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,11 +1,12 @@ -on: push +name: Main workflow +on: [push] jobs: - build: - runs-on: - pool: ${{ matrix.operating-system }} + run: + name: Run + runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [Linux, macOS, Windows] + operating-system: [ubuntu-latest, windows-latest] actions: - name: Set Node.js 10.x uses: bryanmacfarlane/node-config@master