mirror of
https://github.com/tonytins/tomas.git
synced 2025-12-18 23:04:43 -05:00
Issue and pull request templates
- Added code of conduct - Code climate badges
This commit is contained in:
parent
ac28f2b9a4
commit
f006ab41bf
8 changed files with 246 additions and 21 deletions
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
|
|
@ -4,9 +4,9 @@ on:
|
|||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
push:
|
||||
branches: [main, develop, "feature/**"]
|
||||
branches: [main, develop, "feature/**", "release/**"]
|
||||
pull_request:
|
||||
branches: [main, develop, "feature/**"]
|
||||
branches: [main, develop, "feature/**", "release/**"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue