diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f774af..9d55dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: - main - release-* - - konflux/** tags: - '*' pull_request: diff --git a/.github/workflows/konflux-tests.yml b/.github/workflows/konflux-tests.yml index 68933bb..f341557 100644 --- a/.github/workflows/konflux-tests.yml +++ b/.github/workflows/konflux-tests.yml @@ -5,7 +5,6 @@ on: branches: - main - release-* - - konflux/** tags: - '*' pull_request: diff --git a/.tekton/fact-build.yaml b/.tekton/fact-build.yaml index 61e5b1b..18d0c80 100644 --- a/.tekton/fact-build.yaml +++ b/.tekton/fact-build.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "500" pipelinesascode.tekton.dev/on-cel-expression: | (event == "pull_request" && body.action != "ready_for_review") || ( - event == "push" && target_branch.matches("^(main|release-.*|refs/tags/.*|konflux/.*)$") + event == "push" && target_branch.matches("^(main|release-.*|refs/tags/.*)$") ) labels: appstudio.openshift.io/application: acs