diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d80566a4..af12a99d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,9 +4,17 @@ on: schedule: - cron: '0 0 * * 1' push: - branches: [ master, '[1-9].*' ] + branches: + - master + - '[1-9].*' pull_request: - branches: [ master, '[1-9].*' ] + types: + - synchronize + - reopened + - opened + branches: + - master + - '[1-9].*' release: types: diff --git a/.github/workflows/windows_mingw.yml b/.github/workflows/windows_mingw.yml index d5e00799..36148755 100644 --- a/.github/workflows/windows_mingw.yml +++ b/.github/workflows/windows_mingw.yml @@ -4,9 +4,17 @@ on: schedule: - cron: '0 0 * * 1' push: - branches: [ master, '3.*' ] + branches: + - master + - '[1-9].*' pull_request: - branches: [ master, '3.*' ] + types: + - synchronize + - reopened + - opened + branches: + - master + - '[1-9].*' release: types: diff --git a/.github/workflows/windows_msvc.yml b/.github/workflows/windows_msvc.yml index 94c5aa6c..828e2d8b 100644 --- a/.github/workflows/windows_msvc.yml +++ b/.github/workflows/windows_msvc.yml @@ -4,9 +4,17 @@ on: schedule: - cron: '0 0 * * 1' push: - branches: [ master, '[1-9]*' ] + branches: + - master + - '[1-9].*' pull_request: - branches: [ master, '[1-9]*' ] + types: + - synchronize + - reopened + - opened + branches: + - master + - '[1-9].*' release: types: