Skip to content

Commit

Permalink
change CI to ignore all branches that start with humble
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed Dec 20, 2023
1 parent 97929a2 commit 90292ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/melodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Melodic CI
on:
push:
branches-ignore:
- "humble"
- "humble**"
pull_request:
branches-ignore:
- "humble"
- "humble**"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Noetic CI
on:
push:
branches-ignore:
- "humble"
- "humble**"
pull_request:
branches-ignore:
- "humble"
- "humble**"

jobs:
build:
Expand Down

0 comments on commit 90292ea

Please sign in to comment.