Skip to content

Commit

Permalink
Narrow down container build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed May 8, 2024
1 parent df67cbc commit 350a569
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
push:
branches:
- main
paths-ignore:
- 'helm/**'
- '.github/workflows/helm*'
paths:
- 'file-server/**'
- '.github/workflows/fileserver-container.yml'
pull_request:
branches:
- main
paths-ignore:
- 'helm/**'
- '.github/workflows/helm*'
paths:
- 'file-server/**'
- '.github/workflows/fileserver-container.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/flowforge-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
push:
branches:
- main
paths-ignore:
- 'helm/**'
- '.github/workflows/helm*'
paths:
- 'flowforge-container/**'
- '.github/workflows/flowforge-container.yml'
pull_request:
branches:
- main
paths-ignore:
- 'helm/**'
- '.github/workflows/helm*'
paths:
- 'flowforge-container/**'
- '.github/workflows/flowforge-container.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/nodered-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
push:
branches:
- main
paths-ignore:
- 'helm/**'
- '.github/workflows/helm*'
paths:
- 'node-red-container/**'
- '.github/workflows/nodered-container.yml'
pull_request:
branches:
- main
paths-ignore:
- 'helm/**'
- '.github/workflows/helm*'
paths:
- 'node-red-container/**'
- '.github/workflows/nodered-container.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit 350a569

Please sign in to comment.