Skip to content

Commit

Permalink
Merge pull request #399 from twisted/update_triggers_to_trunk
Browse files Browse the repository at this point in the history
Update workflow trigger to new trunk branch name
  • Loading branch information
adiroiban authored Jul 17, 2022
2 parents 5c24e7b + a3d6b47 commit f7ab085
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ trunk ]
tags: [ "**" ]
pull_request:
branches: [ master ]

defaults:
run:
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commands =

[testenv:check-newsfragment]
commands =
python -m towncrier.check
python -m towncrier.check --compare-with origin/trunk

[testenv:check-manifest]
deps = check-manifest
Expand Down

0 comments on commit f7ab085

Please sign in to comment.