Free and open source ticket system written in python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update branches config

+4 -2
+4 -2
.github/workflows/django-tests.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: '*' 5 + branches: 6 + - '**' 6 7 pull_request: 7 - branches: '*' 8 + branches: 9 + - '**' 8 10 9 11 jobs: 10 12 build: