Skip to content

Commit

Permalink
Fix 'dogfood merge' GitHub action not triggered when the branch name …
Browse files Browse the repository at this point in the history
…have several '/' (#4642)
  • Loading branch information
alban-auzeill committed Apr 10, 2024
1 parent 5770bbb commit 82949cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dogfood.yml
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 'dogfood/*'
- 'dogfood/**'
# commenting 'delete' action, as it is triggered way too often
# delete:
# branches:
# - 'dogfood/*'
# - 'dogfood/**'

env:
SLACK_CHANNEL: team-lang-java-notifs
Expand Down

0 comments on commit 82949cd

Please sign in to comment.