Skip to content

Commit

Permalink
Merge pull request numpy#22491 from charris/fix-cygwin-build-on-branches
Browse files Browse the repository at this point in the history
TST: Make cygwin build run for branches.
  • Loading branch information
seberg authored Oct 28, 2022
2 parents 0694704 + fd105ac commit a10b207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- main
- maintenance/**
pull_request:
branches:
- main
- maintenance/**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit a10b207

Please sign in to comment.