Skip to content

Commit

Permalink
ci: run tests against feature branches (#9)
Browse files Browse the repository at this point in the history
* run the gm workflows on PRs targetting feature branch

* Update e2e-tests.yaml

* Update unit-tests.yaml
  • Loading branch information
spoo-bar authored Aug 27, 2024
1 parent d8bceb5 commit b6647ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: End to End Tests

on:
pull_request:
branches:
- main
- feat/sdk-eden

env:
TAR_PATH: docker-image.tar
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
- v*
pull_request:
branches:
- main
- feat/sdk-eden

jobs:
test:
Expand Down

0 comments on commit b6647ea

Please sign in to comment.