diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2020-09-28 11:36:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-28 20:07:23 +0000 |
commit | eaf1f74cddc2210225cadb2126a1164baeee6607 (patch) | |
tree | 083e64f529f6c8f4fec708fa04d5ed242567a9ea /.github | |
parent | 71cc0592365fc7ff36694c726c1a8ca4e1fcc6cd (diff) | |
download | sonarqube-eaf1f74cddc2210225cadb2126a1164baeee6607.tar.gz sonarqube-eaf1f74cddc2210225cadb2126a1164baeee6607.zip |
Update dogfood.yml
Trigger the dogfood build on deleting a dogfood branch.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dogfood.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index 135136c90e7..a0d001a5bdf 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -4,6 +4,9 @@ on: branches: - master - "dogfood/**" + delete: + branches: + - "dogfood/**" jobs: dogfood_merge: # prevent job to run on public repository sonarsource/sonarqube |