Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: ['19.0']
branches: ['19.0', '19.0-staging-*']
pull_request:
branches: ['19.0']
branches: ['19.0', '19.0-staging-*']
workflow_dispatch:
inputs:
modules:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "Code Scanning - Action"

on:
pull_request:
branches: ["19.0"]
branches: ["19.0", "19.0-staging-*"]
push:
branches: ["19.0"]
branches: ["19.0", "19.0-staging-*"]
schedule:
# Weekly: Monday at 3am UTC
- cron: "0 3 * * 1"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: pre-commit

on:
pull_request:
branches: ["19.0"]
branches: ["19.0", "19.0-staging-*"]
push:
branches: ["19.0"]
branches: ["19.0", "19.0-staging-*"]
workflow_dispatch:

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

on:
pull_request:
branches: ["19.0"]
branches: ["19.0", "19.0-staging-*"]
push:
branches: ["19.0"]
branches: ["19.0", "19.0-staging-*"]
schedule:
# Weekly full scan: Monday at 2am UTC
- cron: "0 2 * * 1"
Expand Down
Loading