Skip to content

Commit

Permalink
rebuild back if core change
Browse files Browse the repository at this point in the history
  • Loading branch information
JAubAot committed May 13, 2024
1 parent 364f0da commit bb33e35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
push:
paths:
- francetransfert-core/*
- francetransfert-core/**
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build Download
on:
push:
paths:
- francetransfert-download-api/*
- francetransfert-core/*
- francetransfert-download-api/**
- francetransfert-core/**
jobs:
getsha:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build Upload
on:
push:
paths:
- francetransfert-upload-api/*
- francetransfert-core/*
- francetransfert-upload-api/**
- francetransfert-core/**
jobs:
getsha:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build Worker
on:
push:
paths:
- francetransfert-worker/*
- francetransfert-core/*
- francetransfert-worker/**
- francetransfert-core/**
jobs:
getsha:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb33e35

Please sign in to comment.