Skip to content

Commit

Permalink
Merge pull request #2 from VisioSphereAI/new_branch
Browse files Browse the repository at this point in the history
updated main branch
  • Loading branch information
amish0 authored Aug 29, 2024
2 parents 2a06768 + 86576ca commit 836fe38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/event_type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: EVENT_DEMO
on:
pull_request:
types: [opened, closed]
branches:
- main
workflow_dispatch:
# for filter check workflow syntax
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion python_print.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
print("Hi")
print("Hello")
print("Bye")
print("Bye")
import numpy as np
print(np.random.rand(3,3))

0 comments on commit 836fe38

Please sign in to comment.