diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47773434..eae75c107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: CI on: push: - branches: - - main pull_request: branches: - main @@ -35,5 +33,5 @@ jobs: - name: Build example run: make -C example - -name: Check output - run: tree . \ No newline at end of file + - name: Check output + run: tree .