Skip to content

Commit

Permalink
Glob pattern to release/**
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Dec 8, 2023
1 parent 4e3bfbe commit 726e3f0
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: macOS-CI
# events but only for the master branch
on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: RPI-CI
# events but only for the master branch
on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: CI
# events but only for the master branch
on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-jpl-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: "JPL Coding Standard Scan"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: "CodeQL Security Scan"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cppcheck-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Cppcheck Scan"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpplint-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "Cpplint Scan"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ext-build-hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: "Tutorial: HelloWorld"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ext-build-led-blinker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: "Tutorial: LedBlinker"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ext-build-math-comp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: "Tutorial: MathComponent"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ext-raspberry-led-blinker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: "RPI LedBlinker"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fpp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "FppTest"

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Format Python

on:
push:
branches: [ devel, release/* ]
branches: [ devel, release/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/* ]
branches: [ devel, release/** ]

jobs:
format:
Expand Down

0 comments on commit 726e3f0

Please sign in to comment.