diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa7a0a2..5f115ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,14 @@ name: CI -on: push + +on: + push: + branches: + - main + pull_request: + branches: + - main + workflow_dispatch: + jobs: test: name: Test on ${{ matrix.os }} @@ -13,4 +22,4 @@ jobs: - name: Build Source & Tests run: swift build --build-tests - name: Test - run: swift test --enable-test-discovery \ No newline at end of file + run: swift test --enable-test-discovery