From c7c7d33c2a16b4e908a2cb1ba4cb68bae5385091 Mon Sep 17 00:00:00 2001 From: twerthi Date: Thu, 17 Oct 2024 15:56:38 -0700 Subject: [PATCH] Updating builds to only build in main --- .github/workflows/octopub-audits.yaml | 2 ++ .github/workflows/octopub-flyway.yaml | 2 ++ .github/workflows/octopub-frontend.yaml | 2 ++ .github/workflows/octopub-products.yaml | 2 ++ .github/workflows/octopub-scripts.yaml | 2 ++ .github/workflows/octopub-self-contained.yaml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/.github/workflows/octopub-audits.yaml b/.github/workflows/octopub-audits.yaml index 7f59e21..e52afec 100644 --- a/.github/workflows/octopub-audits.yaml +++ b/.github/workflows/octopub-audits.yaml @@ -5,6 +5,8 @@ permissions: 'on': workflow_dispatch: {} push: + branches: + - main paths: - '**/*' - '!.github/badges/*' diff --git a/.github/workflows/octopub-flyway.yaml b/.github/workflows/octopub-flyway.yaml index d46e71b..6fe96dc 100644 --- a/.github/workflows/octopub-flyway.yaml +++ b/.github/workflows/octopub-flyway.yaml @@ -5,6 +5,8 @@ permissions: 'on': workflow_dispatch: {} push: + branches: + - main paths: - '**/*' - '!.github/badges/*' diff --git a/.github/workflows/octopub-frontend.yaml b/.github/workflows/octopub-frontend.yaml index ec7c086..684e162 100644 --- a/.github/workflows/octopub-frontend.yaml +++ b/.github/workflows/octopub-frontend.yaml @@ -5,6 +5,8 @@ permissions: 'on': workflow_dispatch: {} push: + branches: + - main paths: - '**/*' - '!.github/badges/*' diff --git a/.github/workflows/octopub-products.yaml b/.github/workflows/octopub-products.yaml index e6d51ca..641a833 100644 --- a/.github/workflows/octopub-products.yaml +++ b/.github/workflows/octopub-products.yaml @@ -5,6 +5,8 @@ permissions: 'on': workflow_dispatch: {} push: + branches: + - main paths: - '**/*' - '!.github/badges/*' diff --git a/.github/workflows/octopub-scripts.yaml b/.github/workflows/octopub-scripts.yaml index 89c1581..cb31ead 100644 --- a/.github/workflows/octopub-scripts.yaml +++ b/.github/workflows/octopub-scripts.yaml @@ -5,6 +5,8 @@ permissions: 'on': workflow_dispatch: {} push: + branches: + - main paths: - '**/*' - '!.github/badges/*' diff --git a/.github/workflows/octopub-self-contained.yaml b/.github/workflows/octopub-self-contained.yaml index 7926069..92a2c72 100644 --- a/.github/workflows/octopub-self-contained.yaml +++ b/.github/workflows/octopub-self-contained.yaml @@ -5,6 +5,8 @@ permissions: 'on': workflow_dispatch: {} push: + branches: + - main paths: - '**/*' - '!.github/badges/*'