Skip to content

Commit

Permalink
ADD-MILESTONE: release version
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Feb 10, 2024
1 parent 2dae1a0 commit b8c61e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ghuserbuild.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: GHUserComponent
on: [push]

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build_ghuser_components:
Expand Down
4 changes: 2 additions & 2 deletions GH/PyGH/examples/example_slider.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! python3

def main(x):
y = 4533
y = 123
a = x - y
c = x + y
b = 12345
b = 123
print("runner_script.py::main() function called")
print(f"runner_script.py::a value: {a}")
print(f"runner_script.py::b value: {b}")
Expand Down

0 comments on commit b8c61e0

Please sign in to comment.