Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AsenHu authored Nov 26, 2024
2 parents ee94cce + 29c715a commit afcf9d4
Show file tree
Hide file tree
Showing 74 changed files with 1,183 additions and 878 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ name: CI and Artifacts
on:
pull_request:
push:
# documentation workflow deals with this or is not relevant for this workflow
paths-ignore:
- '*.md'
- 'conduwuit-example.toml'
- 'book.toml'
- '.gitlab-ci.yml'
- '.gitignore'
- 'renovate.json'
- 'docs/**'
- 'debian/**'
- 'docker/**'
branches:
Expand All @@ -23,7 +18,7 @@ on:

concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: false
cancel-in-progress: true

env:
# sccache only on main repo
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ allowed to be licenced under the Apache-2.0 licence and all of your conduct is
in line with the Contributor's Covenant, and conduwuit's Code of Conduct.

Contribution by users who violate either of these code of conducts will not have
their contributions accepted.
their contributions accepted. This includes users who have been banned from
conduwuit Matrix rooms for Code of Conduct violations.

[issues]: https://github.com/girlbossceo/conduwuit/issues
[conduwuit-matrix]: https://matrix.to/#/#conduwuit:puppygock.gay
Expand Down
Loading

0 comments on commit afcf9d4

Please sign in to comment.