Skip to content

Commit

Permalink
iox-eclipse-iceoryx#828 Enable Github CI on merged release branches
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Jun 7, 2021
1 parent 65321f9 commit 2d1fb11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build & Test
# Triggers the workflow on push or pull request events but only for the master branch
on:
push:
branches: [ master ]
branches: [ master, release* ]
pull_request:
branches: [ master, release* ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/experimental_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Experimental build
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ master, release* ]
pull_request:
branches: [ master, release* ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Iceoryx Integrationtests
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ master, release* ]
pull_request:
branches: [ master, release* ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Sanitize
# Triggers the workflow on push or pull request events but only for the master branch
on:
push:
branches: [ master ]
branches: [ master, release* ]
pull_request:
branches: [ master, release* ]

Expand Down

0 comments on commit 2d1fb11

Please sign in to comment.