Skip to content

Commit

Permalink
[workflows] Skip run on ROSFree branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Feb 15, 2024
1 parent d174213 commit 95f8159
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI of mc_rtc_data

on:
push:
branches:
- '**'
branches-ignore:
- ROSFree
pull_request:
branches:
- '**'
branches-ignore:
- ROSFree

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
- doc/**
- README.md
- ".github/workflows/build.yml"
branches:
- "**"
branches-ignore:
- ROSFree
tags:
- v*
pull_request:
branches:
- "**"
branches-ignore:
- ROSFree
jobs:
package:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
Expand Down

0 comments on commit 95f8159

Please sign in to comment.