Skip to content

Commit f3fb593

Browse files
Update CI workflow to include push trigger
Added a push trigger for the CI workflow on the codeMigration branch.
1 parent a2e6a13 commit f3fb593

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
branches:
55
- main
6+
push:
7+
branches:
8+
- codeMigration
69

710
jobs:
811

@@ -62,3 +65,4 @@ jobs:
6265
Xvfb -ac :99 -screen 0 1920x1080x16 &
6366
mvn verify -Dtest.includes="**/integration/*Test.java"
6467
68+

0 commit comments

Comments
 (0)