Skip to content

Commit

Permalink
Add dev branches to GH action workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Christos Sidiropoulos <[email protected]>
  • Loading branch information
csidirop committed Feb 9, 2024
1 parent 5250f31 commit 2e99a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "master", "6.x-ocr", "6.x-ocr-devel" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "6.x-ocr", "6.x-ocr-devel" ]

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: GruntComparison

on:
push:
branches: [ "master", "6.x-ocr" ]
branches: [ "master", "6.x-ocr", "6.x-ocr-devel" ]
pull_request:
branches: [ "master", "6.x-ocr" ]
branches: [ "master", "6.x-ocr", "6.x-ocr-devel" ]

jobs:
build:
Expand Down

0 comments on commit 2e99a2b

Please sign in to comment.