diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d75047ef..394c4fd0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: ci run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 -on: [push] + +on: + push: + pull_request: + branches: + - main + jobs: windows-latest: runs-on: windows-latest