diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 5a2625757..747cbdd41 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -1,6 +1,8 @@ name: "Static Analysis" on: push: + branches: + - '**' tags-ignore: - '**' pull_request: diff --git a/.github/workflows/frogbot-scan-and-fix.yml b/.github/workflows/frogbot-scan-and-fix.yml index 6bab6a995..d0362c272 100644 --- a/.github/workflows/frogbot-scan-and-fix.yml +++ b/.github/workflows/frogbot-scan-and-fix.yml @@ -1,9 +1,8 @@ name: "Frogbot Scan and Fix" on: push: - push: - tags-ignore: - - '**' + tags-ignore: + - '**' # Creating fix pull requests will be triggered by any push to one of the these branches. # You can add or replace to any branch you want to open fix pull requests for. branches: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18b94ea8f..3f3209ee9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,8 @@ name: JFrog Client Go Tests on: push: + branches: + - '**' tags-ignore: - '**' # Triggers the workflow on labeled PRs only.