Skip to content

Commit 57ea564

Browse files
committed
CI: run Cygwin job on pushes to master
1 parent fb101f1 commit 57ea564

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Ubuntu
22

33
on:
44
workflow_dispatch:

.github/workflows/cygwin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Windows
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
58
schedule:
69
# Every Monday at 2:30 AM UTC
710
- cron: '30 2 * * 1'

0 commit comments

Comments
 (0)