Skip to content

Commit

Permalink
Remove merged feature branch from CI (#1087)
Browse files Browse the repository at this point in the history
* Remove merged feature branch from CI

* Add launch branch to CI

---------

Co-authored-by: Camille Villa <[email protected]>
  • Loading branch information
camillevilla and camillevilla authored Oct 24, 2024
1 parent 573a4a5 commit 3caadc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
branches:
[
"master",
"feature/dm-5105-ipm-integration",
"DM-5074-ipm-homepage-updates",
"ci-migration",
"ci-migration-cv",
"ci-migration-en",
"ci-migration-pd",
"ci-migration-bj",
]
pull_request:
branches: ["master", "feature/dm-5105-ipm-integration"]
branches: ["master", "DM-5074-ipm-homepage-updates"]
jobs:
build:
name: rspec
Expand Down

0 comments on commit 3caadc3

Please sign in to comment.