Skip to content

Commit

Permalink
add pipleline for build, publish,test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin <[email protected]>
  • Loading branch information
Sachin committed Nov 28, 2024
1 parent 087f8ad commit fad6249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/habitat-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Habitat packages
on:
push:
branches:
- main
- workstation-LTS
pull_request:
branches:
- main
- workstation-LTS

env:
# BLDR URL Defined as: 'https://bldr.habitat.sh/' but as an env var in workspace settings.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/habitat-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Habitat packages
on:
push:
branches:
- main
- workstation-LTS
release:
types:
- created
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run Rake Tests
on:
push:
branches:
- main
- workstation-LTS
pull_request:
branches:
- main
- workstation-LTS

jobs:
unit-tests:
Expand Down

0 comments on commit fad6249

Please sign in to comment.