diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 70359ee..7245e58 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,8 +5,7 @@ on: [push, pull_request, workflow_dispatch] jobs: # This workflow contains a single job called "build" - build: - runs-on: ubuntu-latest + build: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it