diff --git a/.github/workflows/build_macos_m1.yml b/.github/workflows/build_macos_m1.yml index e248748..c3ac4ff 100644 --- a/.github/workflows/build_macos_m1.yml +++ b/.github/workflows/build_macos_m1.yml @@ -1,12 +1,8 @@ name: Build macOS M1 on: - push: - branches: - - '*' - pull_request: - branches: - - '*' + # Allows to run the workflow manually from the Actions tab + workflow_dispatch: jobs: build: