Skip to content

Commit

Permalink
Enabling CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 29, 2024
1 parent c0915c3 commit ef601e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Windows
on:
#workflow_dispatch:
#pull_request:
#push:
# branches: [master]
workflow_dispatch:
pull_request:
push:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit ef601e8

Please sign in to comment.