diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c4124f..520dac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,9 @@ on: branches: - master - staging - pull_requests: {} + pull_requests: {} jobs: build: + runs-on: ubuntu-latest steps: - run: echo "hello world"