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 7eb69de commit b16e1c5Copy full SHA for b16e1c5
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
jobs:
7
release:
8
runs-on: ubuntu-latest
README.md
@@ -208,4 +208,4 @@ Created by [Ian Walter](https://ianwalter.dev)
208
[ciImage]: https://github.com/ianwalter/decision-tree/workflows/CI/badge.svg
209
[ciUrl]: https://github.com/ianwalter/decision-tree/actions
210
[postUrl]: https://ianwalter.dev/spotlight-on-decision-tree
211
-[licenseUrl]: https://github.com/ianwalter/decision-tree/blob/master/LICENSE
+[licenseUrl]: https://github.com/ianwalter/decision-tree/blob/main/LICENSE
0 commit comments