diff --git a/.github/workflows/swift.yaml b/.github/workflows/swift.yaml index 6e2adbf..829bff1 100644 --- a/.github/workflows/swift.yaml +++ b/.github/workflows/swift.yaml @@ -1,6 +1,14 @@ name: Swift -on: [pull_request] +on: + push: + branches: + - main + pull_request: + types: + - opened + - synchronize + - reopened jobs: build-test: diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..11fc2df --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "Tests" \ No newline at end of file