We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc64373 + f55e966 commit e2b5aeeCopy full SHA for e2b5aee
.github/pull_request_template.md
@@ -10,6 +10,7 @@ Fixes # (issue)
10
11
Please check only the options that are relevant.
12
13
+- [ ] General Maintenance
14
- [ ] Bug fix (non-breaking change which fixes an issue)
15
- [ ] New feature (non-breaking change which adds functionality)
16
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
.github/workflows/build.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- edge
7
- stable
8
+ workflow_dispatch:
9
jobs:
snap:
0 commit comments