Skip to content

Commit

Permalink
Branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Jun 20, 2020
1 parent 6290079 commit be4cb17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -3,10 +3,10 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion tasks/changelog.sh
Expand Up @@ -32,7 +32,7 @@ EOF
#
# Scan the git log for merge commit messages and output Markdown. This only
# follows the first parent of merge commits to avoid merges within a topic
# branch (instead only showing merges to master).
# branch (instead only showing merges to main).
#
main() {
git log --first-parent --format='%s %b' ${1} |
Expand Down

0 comments on commit be4cb17

Please sign in to comment.