Skip to content

Commit

Permalink
Merge branch '5.11.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Oct 17, 2024
2 parents e05d09b + a069e52 commit c195882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- '[1-9][0-9]*.[0-9]+.x'
- '[1-9][0-9]?.[0-9]+.x'
pull_request:
schedule: # Run daily at 08:00 CEST (06:00 UST)
- cron: '0 6 * * *'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:

- name: Install towncrier
run: |
pip install -U pip
pip install towncrier
sudo apt-get install -y --no-install-recommends towncrier
- name: Check for changelog file
run: towncrier check --compare-with origin/master

0 comments on commit c195882

Please sign in to comment.