diff options
Diffstat (limited to '.github/workflows/boost_clang_windows.yml')
-rw-r--r-- | .github/workflows/boost_clang_windows.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml index dff4925..d988269 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -8,11 +8,8 @@ name: Boost & Clang on Windows on: - push: - branches-ignore: - - travis - - appveyor - pull_request: + #push: + #pull_request: schedule: # Weekly, at 5:30 AM on Saturday (somewhat randomly chosen). - cron: '30 5 * * 6' |