Skip to content

Commit

Permalink
Merge pull request eclipse-uprotocol#228 from gregmedd/bugfix/run-ci-…
Browse files Browse the repository at this point in the history
…commits-release-branches

Enabling CI workflows for release branches
  • Loading branch information
gregmedd authored Jul 12, 2024
2 parents 1b6402a + 17d05a0 commit 415ab7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ "main", "v1.0_up-v1.6.0" ]
pull_request:
branches: ["**"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "main", "v1.0_up-v1.6.0" ]
pull_request:
branches: [ "main" ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test and Coverage

on:
push:
branches: [ main ]
branches: [ "main", "v1.0_up-v1.6.0" ]
pull_request:
branches: ["**"]

Expand Down

0 comments on commit 415ab7c

Please sign in to comment.