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 06b3c95 commit b39d1eaCopy full SHA for b39d1ea
.github/workflows/main.yml
@@ -7,9 +7,12 @@ on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
push:
9
branches: [ main ]
10
+ tags:
11
+ - 'v*'
12
pull_request:
13
14
15
+
16
# Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
18
maubot.yaml
@@ -5,7 +5,7 @@ maubot: 0.1.0
5
id: com.valentinriess.mensa
6
# A PEP 440 compliant version string.
-version: 0.0.1
+version: 0.0.4
# The SPDX license identifier for the plugin. https://spdx.org/licenses/
# Optional, assumes all rights reserved if omitted.
0 commit comments