From d3cb048b24bc0b7f695d2631aadff897aaff1111 Mon Sep 17 00:00:00 2001 From: Simon Weis Date: Tue, 20 Aug 2024 19:14:49 +0200 Subject: [PATCH] . e re-enable non-cygwin github actions --- .github/workflows/github_actions_build.yml | 2 +- .github/workflows/mingw.yml | 6 +++--- .github/workflows/python-tests.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/github_actions_build.yml b/.github/workflows/github_actions_build.yml index dd4630ef..0e1276e0 100644 --- a/.github/workflows/github_actions_build.yml +++ b/.github/workflows/github_actions_build.yml @@ -1,7 +1,7 @@ name: build on: -# push: + push: pull_request: schedule: - cron: '16 0 * * 3,6' # - "At 00:16 on Wednesday and Saturday." diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 67ad66f8..1b72d3ef 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -1,9 +1,9 @@ name: mingw on: -# push: -# branches: -# - '*' + push: + branches: + - '*' pull_request: branches: - '*' diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 623a5d0f..94bede80 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -4,9 +4,9 @@ name: python-tests on: -# push: -# branches: -# - '*' + push: + branches: + - '*' pull_request: branches: - '*'