Skip to content

Commit b39d1ea

Browse files
committed
Update main.yaml and version number in maubot.yaml
1 parent 06b3c95 commit b39d1ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
99
branches: [ main ]
10+
tags:
11+
- 'v*'
1012
pull_request:
1113
branches: [ main ]
1214

15+
1316
# Allows you to run this workflow manually from the Actions tab
1417
workflow_dispatch:
1518

maubot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maubot: 0.1.0
55
id: com.valentinriess.mensa
66

77
# A PEP 440 compliant version string.
8-
version: 0.0.1
8+
version: 0.0.4
99

1010
# The SPDX license identifier for the plugin. https://spdx.org/licenses/
1111
# Optional, assumes all rights reserved if omitted.

0 commit comments

Comments
 (0)