From 04f0cbb8a7f09becafabfdf50655e39162ab1557 Mon Sep 17 00:00:00 2001 From: Abdoulbari Zaher <32519851+a-zakir@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:02:50 +0200 Subject: [PATCH] trigger only by push (#953) to avoid to merge develop automatically: Checking out the ref /usr/bin/git checkout --progress --force refs/remotes/pull/950/merge Note: switching to 'refs/remotes/pull/950/merge'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at b59b11a Merge b234f61b8de8ed67aa3e5028d33c408fcd1af5c7 into c5dde687f9a1266ebd6391de64b2c7f2d3b9e781 --- .github/workflows/build_centos7.yml | 8 ++++++-- .github/workflows/build_oracle8.yml | 8 ++++++-- .github/workflows/build_ubuntu.yml | 9 ++++++--- .github/workflows/build_windows.yml | 9 ++++++--- .github/workflows/sonarcloud.yml | 7 +++++-- 5 files changed, 29 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build_centos7.yml b/.github/workflows/build_centos7.yml index 828c6644b..2fa536992 100644 --- a/.github/workflows/build_centos7.yml +++ b/.github/workflows/build_centos7.yml @@ -5,9 +5,13 @@ on: push: branches: - develop - - dependabot/* + - feature/* + - features/* + - fix/* + - issue-* - release/* - pull_request: + - doc/* + - dependabot/* release: types: [ created ] diff --git a/.github/workflows/build_oracle8.yml b/.github/workflows/build_oracle8.yml index c8cf7bee4..583fb57d7 100644 --- a/.github/workflows/build_oracle8.yml +++ b/.github/workflows/build_oracle8.yml @@ -5,9 +5,13 @@ on: push: branches: - develop - - dependabot/* + - feature/* + - features/* + - fix/* + - issue-* - release/* - pull_request: + - doc/* + - dependabot/* release: types: [ created ] diff --git a/.github/workflows/build_ubuntu.yml b/.github/workflows/build_ubuntu.yml index bef0b7cae..f6e4bafd1 100644 --- a/.github/workflows/build_ubuntu.yml +++ b/.github/workflows/build_ubuntu.yml @@ -4,11 +4,14 @@ on: merge_group: push: branches: - - main - develop - - dependabot/* + - feature/* + - features/* + - fix/* + - issue-* - release/* - pull_request: + - doc/* + - dependabot/* release: types: [ created ] diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index fc7691707..f5e3225aa 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -4,11 +4,14 @@ on: merge_group: push: branches: - - main - develop - - dependabot/* + - feature/* + - features/* + - fix/* + - issue-* - release/* - pull_request: + - doc/* + - dependabot/* release: types: [ created ] diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 8a58e4d7b..166ffe026 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -3,11 +3,14 @@ name: SonarCloud on: push: branches: - - main - develop + - feature/* + - features/* + - fix/* + - issue-* - release/* + - doc/* - dependabot/* - pull_request: jobs: sonarcloud: