Skip to content

Commit

Permalink
CI: Update trigger branches for v19.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Jun 28, 2024
1 parent 28e494e commit 7d865da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master, v16, v17, v18 ]
branches: [ master, v17, v18, v19 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master, v16, v17, v18 ]
branches: [ master, v17, v18, v19 ]
schedule:
- cron: '26 8 * * 1'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ master, v16, v17, v18 ]
branches: [ master, v17, v18, v19 ]
pull_request:
branches: [ master, v16, v17, v18 ]
branches: [ master, v17, v18, v19 ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: OpenAPI Validation

on:
push:
branches: [ master, v16, v17, v18 ]
branches: [ master, v17, v18, v19 ]
pull_request:
branches: [ master, v16, v17, v18 ]
branches: [ master, v17, v18, v19 ]


jobs:
Expand Down

0 comments on commit 7d865da

Please sign in to comment.