Skip to content

Commit

Permalink
[ compat ] Be more friendly to non-friendly OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Oct 7, 2024
1 parent e702b57 commit caba9fa
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/ci-non-primary-os.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit caba9fa

Please sign in to comment.