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 899de1a commit 97201f8Copy full SHA for 97201f8
.github/workflows/ci.yml
@@ -41,8 +41,7 @@ jobs:
41
42
build:
43
name: Build
44
- if: false # delete this line and uncomment the line below to enable automatic builds
45
- # if: github.event_name == 'push' || github.event_name == 'release'
+ if: github.event_name == 'push' || github.event_name == 'release'
46
# needs: [ test ] # uncomment to require passing tests
47
runs-on: ubuntu-22.04
48
app.py
@@ -16,7 +16,7 @@
16
17
from chris_plugin import chris_plugin
18
19
-__version__ = "0.2.0"
+__version__ = "0.2.1"
20
21
SUMMARY_TOKEN = "[fedmed-supernode-app] SUMMARY "
22
DEFAULT_SUPERLINK_PORT = 9092
0 commit comments