From f3c570bf04401d117134d7037dc9cb93b283167a Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Mon, 22 Jul 2024 21:28:17 -0500 Subject: [PATCH] remove branch filter --- .github/workflows/codeql.yml | 2 -- .github/workflows/eslint.yml | 3 --- .github/workflows/rust-clippy.yml | 3 --- 3 files changed, 8 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9eb0dbd1..b0b9d7f5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,9 +21,7 @@ on: - 'docs/**' - 'README.rst' - '**/README.rst' - branches: [ "master" ] pull_request: - branches: [ "master" ] schedule: - cron: '29 10 * * 4' diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 898a7e74..a4cc6cec 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -15,10 +15,7 @@ on: - 'docs/**' - 'README.rst' - '**/README.rst' - branches: [ "master" ] pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] schedule: - cron: '27 15 * * 5' diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 36e766cd..8b92971b 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -15,10 +15,7 @@ on: - 'docs/**' - 'README.rst' - '**/README.rst' - branches: [ "master" ] pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] schedule: - cron: '32 21 * * 4'