diff --git a/.github/workflows/db.yml b/.github/workflows/db.yml index 1d0a6c119..bd98a1c60 100644 --- a/.github/workflows/db.yml +++ b/.github/workflows/db.yml @@ -7,12 +7,6 @@ on: # See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push push: - branches: - - '*' # matches every branch that doesn't contain a '/' - - '*/*' # matches every branch containing a single '/' - - '**' # matches every branch - tags: - - "*" # See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request pull_request: