Skip to content

Commit

Permalink
chore(ci): Enable CI on v5 (#4198)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Oct 23, 2024
1 parent d8c87ad commit 25d26df
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- main
- v5
- release/**

pull_request:

jobs:
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 25d26df

Please sign in to comment.