We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f939e82 commit d26c2f7Copy full SHA for d26c2f7
.github/workflows/ccpp.yml
@@ -1,6 +1,6 @@
1
name: C/C++ CI
2
3
-on: push
+on: [push, pull_request]
4
5
jobs:
6
bump-tag-dry:
README.md
@@ -215,7 +215,7 @@ Send me a pull request!
215
## 1.9. Changes
216
217
- 0.5
218
- - Fixed malformed xml (thanks @ArsMasiuk)
+ - Fixed malformed xml (thanks [@ArsMasiuk](https://github.com/ArsMasiuk)!)
219
- 0.4
220
- Significant performance improvements
221
- Using modern C++ techniques
0 commit comments