Skip to content

Commit

Permalink
misc: Enable CI on V5 branch (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Oct 15, 2024
1 parent 6b07155 commit 184b377
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v5
- release/**
pull_request:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v5
- release/**
pull_request:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: End-to-End Tests

on:
push:
branches: [main]
branches:
- main
- v5
pull_request:

concurrency:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Native Tests

on:
push:
branches: [main]
branches:
- main
- v5
pull_request:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sample-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Sample Application

on:
push:
branches: [main]
branches:
- main
- v5
pull_request:

concurrency:
Expand Down

0 comments on commit 184b377

Please sign in to comment.