Skip to content

Commit

Permalink
Cleanup (#462)
Browse files Browse the repository at this point in the history
* Remove feature request template

Those should now start in discussions

https://github.com/pelletier/go-toml/discussions

* Update lincese year

* ci: do not run coverage on master

It only makes sense to report it for diffs on pull requests.
  • Loading branch information
pelletier authored Jan 7, 2021
1 parent ba1b12b commit 652b9f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton
Copyright (c) 2013 - 2021 Thomas Pelletier, Eric Anderton

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stages:
arguments: './...'
- job: coverage
displayName: "coverage"
condition: ne(variables['Build.SourceBranchName'], 'master')
pool:
vmImage: ubuntu-latest
steps:
Expand Down

0 comments on commit 652b9f8

Please sign in to comment.