From 73f65e8e56350ca5d66c09ffbd9e9108476c065c Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Sun, 10 Mar 2024 15:33:28 +0000 Subject: [PATCH] simplify db: push rules --- .github/workflows/db.yml | 6 ------ 1 file changed, 6 deletions(-) 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: