diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index f77ef4106..16e6b0e99 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -1,6 +1,9 @@ name: build_macos on: + push: + branches: + - master pull_request: paths-ignore: - '**.md' @@ -29,4 +32,4 @@ jobs: uses: actions/upload-artifact@v1 with: name: macos-deps - path: './osx' \ No newline at end of file + path: './osx'