diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1a3acbb7a..42e9098b5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,6 +1,11 @@ name: macOS -on: [push, pull_request] +on: + push: + branches: + - develop + - master + pull_request: jobs: xcode: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d79968983..b7ba6dc73 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -1,6 +1,11 @@ name: Ubuntu -on: [push, pull_request] +on: + push: + branches: + - develop + - master + pull_request: jobs: ci_test_clang: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6ebe431b3..c9f4e3b9b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,6 +1,11 @@ name: Windows -on: [push, pull_request] +on: + push: + branches: + - develop + - master + pull_request: jobs: mingw: