Skip to content

Commit

Permalink
Run CI for both master and 1.0.x branches (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Sep 5, 2023
1 parent 2f65584 commit 50a1c8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches:
- master
- 1.0.x
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches:
- master
- 1.0.x
schedule:
- cron: '45 16 * * 0'

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/fastcdr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- cron: '0 0 * * *'

push:
branches:
- master
- 1.0.x

workflow_dispatch:
inputs:
Expand All @@ -26,7 +29,8 @@ on:

pull_request:
branches:
- 'master'
- master
- 1.0.x
paths-ignore:
- '**.md'
- '**.txt'
Expand Down

0 comments on commit 50a1c8e

Please sign in to comment.