Skip to content

Commit

Permalink
CI:Cygwin: Run on release-like tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored Feb 10, 2025
1 parent f04998c commit ff0fa78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
release:
type: ["published"]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

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

0 comments on commit ff0fa78

Please sign in to comment.