diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2cde4107af..f6a707cb4c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ on: - cron: 17 0 * * * # nightly run; 17th minute to decrease odds of delayed or dropped job push: branches: - - main + - master pull_request_target: branches: - - main + - master permissions: contents: write