diff --git a/.github/workflows/ci-non-primary-os.yml b/.github/workflows/ci-non-primary-os.yml new file mode 100644 index 000000000..fe27b4c19 --- /dev/null +++ b/.github/workflows/ci-non-primary-os.yml @@ -0,0 +1,30 @@ +--- +name: Non-primary OS + +on: + push: + branches: + - main + - master + tags: + - '*' + pull_request: + branches: + - main + - master + +permissions: + statuses: write + +concurrency: + group: ${{ github.workflow }}@${{ github.ref }} + cancel-in-progress: true + +jobs: + build: + name: Clones on Windows + runs-on: windows-latest + steps: + + - name: Checkout + uses: actions/checkout@v4