Skip to content

Commit

Permalink
Update workflows to enable testing of CI
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Vibhute <aroboticist@intrinsic.ai>
  • Loading branch information
akash-roboticist committed Aug 27, 2024
1 parent 662d860 commit dd34960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build images
on:
push:
branches: [deploy]
branches: [wip-deploy]
paths:
- dockerfiles/**
- src/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- charts/**
push:
branches: [deploy]
branches: [wip-deploy]
paths:
- charts/**
jobs:
Expand Down

0 comments on commit dd34960

Please sign in to comment.