Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 22, 2023
1 parent 32e61d0 commit 6746eed
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,22 @@ name: Windows

on:
push:
branches: [ "devel", "testing", "stable", "minimal" ]
branches: [ "devel", "testing", "stable", "LTS" ]
paths:
- 'CommonInitScripts/*.ps1'
- '*.ps1'
- 'CommonInitScripts/**.ps1'
- 'Windows_10/**.ps1'
- '.github/workflows/windows.yml'
- 'Windows_10/*.ps1'
pull_request:
branches: [ "devel", "testing", "stable", "minimal" ]
paths:
- 'CommonInitScripts/*.ps1'
- '.github/workflows/windows.yml'
- 'Windows_10/*.ps1'
branches: [ "devel", "testing", "stable", "LTS" ]

jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [windows-latest, windows-2019]
os: [windows-2022] # TODO add a newer runner when avaliable

steps:
- name: "checkout repo"
Expand All @@ -35,3 +31,5 @@ jobs:
- name: "Run `run_all.ps1`"
shell: powershell
run: .\Windows_10\run_all.ps1

# TODO add idempotency test

0 comments on commit 6746eed

Please sign in to comment.