Skip to content

Commit d3cb048

Browse files
committed
. e re-enable non-cygwin github actions
1 parent 09a7598 commit d3cb048

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/github_actions_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22

33
on:
4-
# push:
4+
push:
55
pull_request:
66
schedule:
77
- cron: '16 0 * * 3,6' # <https://crontab.guru/#16_0_*_*_3,6> - "At 00:16 on Wednesday and Saturday."

.github/workflows/mingw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: mingw
22

33
on:
4-
# push:
5-
# branches:
6-
# - '*'
4+
push:
5+
branches:
6+
- '*'
77
pull_request:
88
branches:
99
- '*'

.github/workflows/python-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: python-tests
55

66
on:
7-
# push:
8-
# branches:
9-
# - '*'
7+
push:
8+
branches:
9+
- '*'
1010
pull_request:
1111
branches:
1212
- '*'

0 commit comments

Comments
 (0)