diff --git a/.github/workflows/changelog-enforcer.yml b/.github/workflows/changelog-enforcer.yml index 2e3faa94e..fe63c1f7d 100644 --- a/.github/workflows/changelog-enforcer.yml +++ b/.github/workflows/changelog-enforcer.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - v* types: - opened - synchronize diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2b1ba2e02..98d0b0ae8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - v* types: - opened - synchronize @@ -14,7 +13,6 @@ on: push: branches: - main - - v* permissions: actions: read diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 79d7ff938..592bf9f51 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - v* types: - opened - synchronize @@ -16,7 +15,6 @@ on: # push: # branches: # - main -# - v* permissions: contents: read diff --git a/.github/workflows/incremental-acceptance-tests.yml b/.github/workflows/incremental-acceptance-tests.yml index f593d3803..a4dfdf29d 100644 --- a/.github/workflows/incremental-acceptance-tests.yml +++ b/.github/workflows/incremental-acceptance-tests.yml @@ -5,7 +5,6 @@ on: pull_request: branches: - main - - v* types: - opened - synchronize @@ -15,7 +14,6 @@ on: push: branches: - main - - v* workflow_dispatch: {} permissions: read-all diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e29f8ed09..60e517c84 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - v* types: - opened - synchronize @@ -14,7 +13,6 @@ on: push: branches: - main - - v* permissions: contents: read diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 229cf9332..ba28252f9 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - v* types: - opened - synchronize @@ -14,7 +13,6 @@ on: push: branches: - main - - v* permissions: contents: read