Skip to content

Commit

Permalink
Update .github/workflows/windows-conda.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem Saurel <guilhem.saurel@laas.fr>
  • Loading branch information
jorisv and nim65s authored Dec 31, 2024
1 parent b5197a8 commit 4139751
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Build ndcurves for Windows via conda

on: [push, pull_request]
on:
push:
branches:
- devel
- master
pull_request:
branches:
- devel
- master

jobs:
ndcurves-conda:
Expand Down

0 comments on commit 4139751

Please sign in to comment.