Skip to content

Commit

Permalink
. e re-enable non-cygwin github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Aug 20, 2024
1 parent 09a7598 commit d3cb048
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build

on:
# push:
push:
pull_request:
schedule:
- cron: '16 0 * * 3,6' # <https://crontab.guru/#16_0_*_*_3,6> - "At 00:16 on Wednesday and Saturday."
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: mingw

on:
# push:
# branches:
# - '*'
push:
branches:
- '*'
pull_request:
branches:
- '*'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
name: python-tests

on:
# push:
# branches:
# - '*'
push:
branches:
- '*'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit d3cb048

Please sign in to comment.