Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-popescu-reef committed Sep 6, 2024
1 parent ab44f49 commit 0b955d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "CD: build & push image"

on:
push:
branches: [build-image]
workflow_dispatch:

env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Run Smoke Test
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
workflow_dispatch:

env:
PYTHON_DEFAULT_VERSION: "3.11"
Expand Down

0 comments on commit 0b955d2

Please sign in to comment.