Skip to content

Commit 97201f8

Browse files
committed
allowing for build workflow to run
1 parent 899de1a commit 97201f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
4242
build:
4343
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'
44+
if: github.event_name == 'push' || github.event_name == 'release'
4645
# needs: [ test ] # uncomment to require passing tests
4746
runs-on: ubuntu-22.04
4847

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from chris_plugin import chris_plugin
1818

19-
__version__ = "0.2.0"
19+
__version__ = "0.2.1"
2020

2121
SUMMARY_TOKEN = "[fedmed-supernode-app] SUMMARY "
2222
DEFAULT_SUPERLINK_PORT = 9092

0 commit comments

Comments
 (0)